views:

776

answers:

2

I just lost about an hour's of work when my computer crashed. Is there a timed autosave feature in Visual Studio 2008?

If yes, where is it configured.

It's probably obvious, but I'm not finding it.

+2  A: 

Tools / Options / Environment / AutoRecover

?

Seems that the backup files are in this folder:

\...\My Documents\Visual Studio <version>\Backup Files\<projectname>
Frederik Gheysels
Thanks. Found that, but took me a while to find the files themselves. They are in: \...\My Documents\Visual Studio <version>\Backup Files\<projectname>. Will you update your answer with this critical information so that I can accept it.Thanks.
rathkopf
+1  A: 

I must ask - what situation would you be in where you wouldn't save or test a source file for hours?

ryeguy
Very true ... Even when you compile, everything is being saved.
Frederik Gheysels
Ah. Now SO is the place for sarcasm rather than help. I knew something else (that I wasn't working on) was broken so I wasn't compiling. It was very basic property wiring, with other distractions, not that I should need to justify it to you.
rathkopf
Sarcasm? How is what I said sarcastic? Off topic a bit but not sarcastic.
ryeguy
Why are the comments no longer chronologically displayed ?BTW: VS.NET has an autorecover feature, and AFAIK, it asks you to recover projects when it has crashed.
Frederik Gheysels
Fredriek: Strangely the recover option did not display. it seems hit-or-miss when it comes up for me. I just need the magic location where the files were saved and where to adjust the interval. I see comments in order. Strange
rathkopf
Perhaps it's a 'tic' that I pickedup programming VB3 against Windows 3.11, but when I stop typing, I automatically start hitting my Ctrl+S instinctively. I bet I don't go more than a minute without saving.
John MacIntyre
Yea. My boss just said "You didn't hit Ctrl-S?" and shook his head.
rathkopf
better yet, Ctrl-Shift-S
shoosh