I just downloaded the latest build and tried to add the Code Metrics add in.

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
neh123us
0

Comments

3 comments

  • Clive Tong
    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>
    Clive Tong
    0
  • Alex D
    We've added that fix to the next build, soon to be uploaded.

    Cheers,
    Alex D
    0
  • neh123us
    Thank you! I modified the config file and the plug in loaded fine.
    neh123us
    0

Add comment

Please sign in to leave a comment.