An assembly with the same identity
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.
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?
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.
I guess it's because of selected compiler profile. Select Unity/Silverlight from the compiler profile combo.