|
Hello, I used Reflector to decompile a dll back into assemblies. How do I get the assemblies back into the source code in NET solution? Thanks Steve |
|
The context menu on an assembly in the assembly tree contains an "Export Assembly Source Code" item which will write out source files and an associated project file. You may then need to do some work on the resulting output to get it to compile cleanly. |