Reflexil icon indicating copy to clipboard operation
Reflexil copied to clipboard

An assembly with the same identity

Open KevOrr opened this issue 7 years ago • 1 comments

Similar to #98, when trying to "Replace all with code", I get the error An assembly with the same identity 'mscorlib, Version=2.0.0.0, culture=neutral, PublicKey Token=b77a5c561934e089' has already been imported. Try removing one of the duplicate references.

capture

This is a unity DLL, so I tried loading in the bundled mscorlib.dll and System.dll as suggested in #98, but got the same error. So I tried removing my system's versions of those dlls, but still got the same error.

Could it have something to do with this reference? capture2 capture3

Also, how do you change the return type of a method? I see the parameters tab, and a new parameter can be given the isReturnValue property, but what name should it be given?

Great tool by the way, thanks in advance for any help.

KevOrr avatar May 02 '18 14:05 KevOrr

I guess it's because of selected compiler profile. Select Unity/Silverlight from the compiler profile combo.

Mohsen7s avatar Aug 11 '18 04:08 Mohsen7s