Resharper is killing me for some reason on startup, I just need to get in, is there a command line switch for load without addins?
+3
A:
You are probably looking for the /SafeMode
command line switch:
devenv.exe /SafeMode
This will start Visual Studio with all add-ins disabled.
0xA3
2009-05-20 00:18:12
Thank you very much. :)
Ismail
2010-05-06 06:23:03