Reflexil "Replace All With Code" compilation error.
So ive seen this error ALL over the forums of almost every website ive checked but they all have no reply, ZERO. So if anyone knows the answer to this a lot of people could use some help on it. So heres the problem, I have just recieved .net reflector and then installed reflexil. Everything works untell i try and replace all with code on a unity compiled dll file,i get the following error:
Code:
An assembly with the same identity 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' has already been imported. Try removing one of the duplicate references.
Isn't that an experimental feature?
It may be, but even so this is a something thats fixable, im just not sure how. Its something to do with having to many mscorlib.dlls with the same id. I have tried renaming the mscorlib in the managed folder of a compiled unity game, but that makes it not know what almost anything is inside the code.