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?
I know but I'd like to get the designer, or at least be able to edit the code and recompile it.
Jonathan
2009-12-30 13:39:00
It already does this without a plug-in. Right-click assembly and choose Export.
Hans Passant
2009-12-30 16:28:22
A:
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.
Jason Haley
2009-12-31 02:30:23