Spooky2010
Spooky2010

Reputation: 341

Visual studio 2008 autorecover directory location change

using vs2008 C#

Does anyone know how change the directory location that auto recover files are saved to in visual studio sp1. The specific directory it should be on my C# drive in my documents is always empty even when the feature is turned on. There where some changes to our network env and it seems my auto recover files are now being mapped to network drive and i need to change it back.

I cant find anything on how to do this on net searches if anyone can help please.

thanks for any help

Upvotes: 4

Views: 1494

Answers (1)

Preet Sangha
Preet Sangha

Reputation: 65496

I think that they are in the following registry setting:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0

Upvotes: 4

Related Questions