topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 9:00 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Help with Visual studio 6 "crash" and lost changes  (Read 3602 times)

urlwolf

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 1,837
    • View Profile
    • Donate to Member
Help with Visual studio 6 "crash" and lost changes
« on: July 12, 2006, 02:33 AM »
I was using Visual studio 6 (don't ask), and after 4 hours of updating my code and being done (not using sourcesafe nor any other versioning system), I closed the IDE and answered "NO" to 'save changes' by accident.

I now face the prospect of having to recreate all changes from memory.

I didn't do the periodic file > save project.

Remember, I'm a vim guy and don't like IDEs. I would never expect and IDE from microsoft be so dumb that it doesn't automatically save a backup.

Question: are there any temporary files for "current project" that I could check? Any visual studio gurus around?

Times like these make me think: (1) not to touch a M$ product again for anything important like coding. (2) install some kind of real time mirroring (I have daily backups with syncbackSE, but clearly not good if you lose one day of work (!).
Thanks a lot

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Help with Visual studio 6 "crash" and lost changes
« Reply #1 on: July 12, 2006, 04:13 AM »
sorry for your suffering urlworlf!
things like this can be so traumatic i know.. i've been brought to tears from less.

i don't have any specific help regarding visual studio - but best advice would be don't start the program again, and go to the temp directory in windows and look for recent files.

if you cannot find recovery files, my best meta advice is this: just hold your nose and dive right in and redo the code you lost.  the sooner you do it, the fresher it will be in your mind, and the sooner you can put it behind you as a bad memory/lesson.  the longer you put it off the more it will haunt you.  then tell yourself never again to spend more than 15 minutes in ANY program without saving a copy.

mwb1100

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,645
    • View Profile
    • Donate to Member
Re: Help with Visual studio 6 "crash" and lost changes
« Reply #2 on: July 12, 2006, 12:37 PM »
And if you're going to be using VS6 much, you might want to consider this autosave add-in:

     http://www.codeguru.com/Cpp/V-S/devstudio_macros/add-ins/article.php/c3123/

I'm no a user so I can't vouch for it, but you get the source so it can't be all bad...