I'm trying to use the Deblector addin with Reflector 7.1.0.143. I tried other pre-existing addins, and none of them worked until I discovered this post:
http://forums.reflector.net/questions/217/baml-add-in
where it talks about targetting .NET 3.5 and 'Any CPU'. I did this for other addins (e.g. BamlViewer) and I'm now able to use it with this latest version of Reflector. I tried the same thing with Deblector (which I got from http://deblector.codeplex.com/SourceControl/list/changesets) but I get the generic addin failed to load message.
I attached to the Reflector.exe process and set breakpoints in the 'EntryPoint' class' constructor and the IPackage.Load() method, but neither breakpoints are hit (although debug symbols are successfully loaded and breakpoints appear active).
Has anyone got Deblector to work with the latest version of Reflector? Any debugging/diagnostic tips for analyzing Reflector add in load failures?
Thanks, Notre