Link to home
Start Free TrialLog in
Avatar of David Megnin
David MegninFlag for United States of America

asked on

How to decompile my VB.Net (framework 2.0) application

I wrote a little VB Windows app a while back and published it to a shared folder on our server, so I have the latest executible, but my workstation crashed and I don't have the project or solution files any longer.

I do have an older version (v11) but the version I've published is v31 so I'd like to be able to load the VB code from v31 back into Visual Studio 2008 and work on it some more.

How can I decompile the .exe file?

The publish folder also contains the .application, .deploy and .manifest files.

Thanks
Avatar of bklmnsh
bklmnsh
Flag of Ukraine image

Please use Reflector tool which is free
reflector.red-gate.com
ASKER CERTIFIED SOLUTION
Avatar of bklmnsh
bklmnsh
Flag of Ukraine image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of David Megnin

ASKER

Great!  Thank you so much.