I've lost the source code for one of my programs. Is there anyway to disassemble all the code in .Net reflector and then load it into Visual Studio (express preferably), and hopefully get the designer view as well?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
If you are talking about the Forms designer you might want to check out this link from the red-gate groups (problem with datasets when use reflactor to retrieve project). At the very bottom, I put a link to a hacked version of Jason Bock's File Generator which splits form files into 2 partial class files. |
||||
|
|
|
Look at this plugin for .Net Reflector. |
|||||
|
|
You can always use the .NET Reflector built in dissasembler... |
|||
|
|
Telerik's JustDecompile tool does this beautifully. Find the assembly and click the "create project" button, and within minutes you have a compilable Visual Studio project. |
|||
|
|
