So I was working on a recent project and I was deleting a few files out of the resources and I guess I must have accidentally deleted 'Form1' however the "last successful build" has all my work precompiled in it. What I was wondering is if their is anyway recover this work so I don't have too start all over. I'm running short on time with this particular project.
Page 1 of 1
Microsoft Visual Basic Express Edition recovery
#1
Posted 06 January 2010 - 09:18 PM
If I am helping you and I do not respond within 24 hours, please send me a PM. :)
#3
Posted 06 January 2010 - 09:38 PM
Yes, but its been compiled and is sitting in my debug folder as an .exe, anyway too reverse the process?
If I am helping you and I do not respond within 24 hours, please send me a PM. :)
#4
Posted 06 January 2010 - 09:42 PM
Couple things:
1. You can recover your source code with Reflector: http://www.red-gate.com/products/reflector/ . I happen to work for a company which makes extensive use of Reflector (except we spend our time breaking it). Reflector will work just fine even on release binaries.
2. Source code recovered with Reflector contains no comments, as it is a reconstruction of your code from the CIL it's compiled down to. Whitespace is likewise normalized.
3. You really should be using some form of Source Control, such as Subversion or Git, if you're doing serious programming work, to prevent these kinds of issues.
Hope that helps
Billy3
1. You can recover your source code with Reflector: http://www.red-gate.com/products/reflector/ . I happen to work for a company which makes extensive use of Reflector (except we spend our time breaking it). Reflector will work just fine even on release binaries.
2. Source code recovered with Reflector contains no comments, as it is a reconstruction of your code from the CIL it's compiled down to. Whitespace is likewise normalized.
3. You really should be using some form of Source Control, such as Subversion or Git, if you're doing serious programming work, to prevent these kinds of issues.
Hope that helps
Billy3
This post has been edited by Billy O'Neal: 06 January 2010 - 09:43 PM
#5
Posted 06 January 2010 - 09:48 PM
I'm playing around with reflector now, Thank you for the refrence too the program, I'm starting too see some remnants from the program. However I'm not quite sure what I am looking for too find the code... Any ideas where I should be looking in particularly? I'm mostly seeing references too controls for the design form.
This post has been edited by xXAlphaXx: 06 January 2010 - 09:50 PM
If I am helping you and I do not respond within 24 hours, please send me a PM. :)
#6
Posted 06 January 2010 - 11:24 PM
Wow Billy you must be a good reverser for working in Pre-emptive
#7
Posted 06 January 2010 - 11:35 PM
Nah -- I just do grunt work. Is to be expected when your title is "intern" 
Billy3
Billy3
Share this topic:
Page 1 of 1

Help



Back to top











