Comments
3 comments
-
Thank you for reporting this.
This is due to a change in behaviour of Assembly.LoadFrom in the framework, which is the method Reflector uses to load in the addin. .NET 4 is warning that the addin will no longer be executed in a sandbox.
The workaround is to modify the config file (Reflector.exe.config) to include the following element nested inside the <configuration> element.
<runtime>
<loadFromRemoteSources enabled="true" />
</runtime> -
We've added that fix to the next build, soon to be uploaded.
Cheers, -
Thank you! I modified the config file and the plug in loaded fine.
Add comment
Please sign in to leave a comment.
I get an error message the addin failed to load.
Other add ins load fine.
Let me know if you need any additional information or if I can do anything to help