I have been having an issue recently with Visual Studio 2015 and the only workaround I can find is opening up the developer command line and executing "devenv.exe /resetuserdata"
That solves the problem (until the next windows update typically brings it back).
I have been trying to troubleshoot this for a while so I can actually determine the root cause but one big issue is that I cannot find any msdn documentation about this command "devenv.exe /resetuserdata"
So that is essentially my question, what does this do? I am trying to figure out what is actually getting reset. Is it registry data? Is there some settings/config files somewhere I am not finding?
Edit: Just to clarify, I understand, in general, what the command will do, however, I am wondering more specifically what it does, I.E. deleting files, registry entries etc.
Devenv lets you set various options for the IDE, build projects, debug projects, and deploy projects from the command line. Use these switches to run the IDE from a script or a . bat file (such as a nightly build script), or to start the IDE in a particular configuration.
Right click the lsiting and choose Details. Select the devenv.exe process on the details page and then click the End Task button.
Simply type devenv.exe from the command line. If you get a message like this, then you do not have devenv.exe in your path. >>> 'devenv.exe' is not recognized as an internal or external command, operable program or batch file. >>> To fix this simply run the batch file, vsvars32.
devenv.exe. config resides in C:\Program Files (x86)\Microsoft Visual Studio X. 0\Common7\IDE by default (it is recommended to create a backup copy before modifying it).
It will clear all the user data that you have, like settings from the options menu, and you might need to re-enter your user details / license afterwards.
You can export the settings before you run the command.
The contents of the following directories (and possibly other information) will be deleted:
%APPDATA%\Microsoft\VisualStudio\<version>
%LOCALAPPDATA%\Microsoft\VisualStudio\<version>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With