Whenever I'm VS 2008 closed Reset to re-open restore reset. I can not import settings successfully from settings settings, because when the settings are imported, VS does not exist. The only option I can do is to completely change and manually change all the settings again and do not close the VS.
Environment Windows 7
vs. 2008
64 bit Intel
Is Visual Studio starting in the context of your user account? Is anything modified in the shortcut properties?
The VS2008 settings are stored in the registry on For example, find a setting that you can change, such as You can try deleting this registry key and re-VS it, but I will take a backup first by using the export option. If he does not take anywhere, then I'm going to see what the Visual Studio is doing in the registry. If this setting is trying to write elsewhere or has not been able to write them, then it will appear in ProcMon. Edit: Under Filter Settings, add: I started VS 2008, with those settings that started entering procmon, and 6 minutes to tool / options / AutoShare / Interval Modified in When I stopped the options dialog, I immediately saw it: If you can get the same output, you should be able to see if it is saving the settings in an unexpected location, and view the result code with the Anyway, I'm also on Win7 / 64, but I have a UAC disabled. If you are running with UAC, then you can temporarily try to see if it has any effect Yes or No. HKEY_CURRENT_USER \ Software \ Microsoft \ VisualStudio \ 9.0 \ ... . Something unusual about this registry key?
General \ FileReloadOption , select it and press
in the Edit menu / Permissions You should see that your user account is owned and full control is obtained from the CURRENT_USER key (you need to upgrade to see legacy and ownership information).
RegSetValue API , Which tells what the problem is if it has failed.
Comments
Post a Comment