Quick question.
Can I recover a lost .cs file using RedGate Reflector ?
My assembly is a debug version
|
|
If you open .NET assembly in Reflector, you should be able to switch which language Reflector uses to display the code e.g. As long as you have all the required external libraries and references, you should be able to copy the C# code form Reflector and try to rebuild it. |
||||
|
|
|
To make it a little more simple to get the IL code back into a file you should check out this Reflector Add-in. More add-ins for Reflector can be found here. |
|||||
|