Possible Duplicate:
Disable, but not uninstall Resharper 4.x onwards
i have a full licensed version of resharper on my VS2008 but sometime i need to start VS without it, there is a way to do so without uninstalling ?
Possible Duplicate:
Disable, but not uninstall Resharper 4.x onwards
i have a full licensed version of resharper on my VS2008 but sometime i need to start VS without it, there is a way to do so without uninstalling ?
You can run the Visual Studio in safe mode, using the /SafeMode
switch from the command line:
"C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" /SafeMode
This will disable all third-party packages and add-ons, and prevent them from loading.
If you find yourself needing to do this frequently, you can even create a new shortcut and add this switch to the target path so that double-clicking that shortcut automatically opens Visual Studio in safe mode.
As a varient you can suspend resharper. Type in command window "ReSharper_Suspend"