Reflexil is unable to save this assembly: Failed to resolve assembly:'Assembly-CSharp-firstpass

Uwai

New User
3
01/18/17
1
Thread Author
Hi,

When I tried to save a change using reflexil, I got this error. The full message is:
Reflexil is unable to save this assembly: Failed to resolve assembly:'Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'

Can anyone explain what is the issue I am facing?

Thanks alot.
 
Hello, thank you for reaching out. The problem you're facing seems like not all the dlls are loaded into reflector.

When modding games, make sure you put ALL the dlls inside reflector, even though you're only modding one of them.

The error is caused because the assembly you're trying to make changes to depends on the other dlls.

So make sure you load up all the dlls and then make your changes. After that, you should be able to save the assembly.
Thanks hiyall360, it works after I dumped in all dlls.
but so sad that the game has some protection mechanism, once start the game, the test account got soft ban, never got to test what I edited.
 
Back
Top Bottom