Activity overview
Latest activity by treeOone
JohaViss wrote:
Just found the solution.
I have the RTM version of the .NET framework 4.0 installed.
The Reflector.exe.config has no line for this version.
I added the following line:
<supportedRuntime version="v4.0.30319"/> <!-- 4.0 RTM -->
And now everything works. [image]
I think that you have to add this line for the next release.
Unfortunately I don't have .NET 4 installed on my PC. / comments
JohaViss wrote:
Just found the solution.
I have the RTM version of the .NET framework 4.0 installed.
The Reflector.exe.config has no line for this version.
I added the following line:
<supported...
I have the same problem, this is what I get (besides "...failed to load"): Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. (ReflectionTypeLoadException)
LoaderExceptions:
Method 'GetMethodDefinition' in type 'Reflexil.Plugins.Reflector.ReflectorPlugin' from assembly 'Reflexil.Reflector, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. (TypeLoadException)
Method 'get_AssemblyDefinition' in type 'Reflexil.Plugins.Reflector.ReflectorAssemblyContext' from assembly 'Reflexil.Reflector, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. (TypeLoadException)
Types:
Reflexil.Plugins.Reflector.ReflectorHelper
Reflexil.Plugins.Reflector.ReflectorPackage
Reflexil.Plugins.Reflector.ReflectorAssemblyWrapper
Reflexil.Plugins.Reflector.UIContext
Reflexil.Plugins.Reflector.ButtonUIContext
Reflexil.Plugins.Reflector.SubMenuUIContext
Reflexil.Plugins.Reflector.MenuUIContext
Reflexil.Plugins.Reflector.ReflectorAssemblyContext+FindMatchingMember`2
Reflexil.Plugins.Reflector.ButtonUIContext+<>c__DisplayClass1
Reflexil.Plugins.Reflector.ButtonUIContext+<>c__DisplayClass4
Reflexil.Plugins.Reflector.SubMenuUIContext+<>c__DisplayClass7
Reflexil.Plugins.Reflector.SubMenuUIContext+<>c__DisplayClassa
Reflexil.Plugins.Reflector.MenuUIContext+<>c__DisplayClass1
Reflexil.Plugins.Reflector.MenuUIContext+<>c__DisplayClass4
Reflexil.Plugins.Reflector.MenuUIContext+<>c__DisplayClass7
/ comments
I have the same problem, this is what I get (besides "...failed to load"):Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. (Reflec...