I am working normally in VM/Remote environment thus results may vary , especially if you are in a local / laptop / SSD environment.
OS Freezing
1. If in RDP, disconnect all other users / sessions to reduce concurrency conflict with MUTREX's that MS just loves to use across several intrinsic applications such as the Help system and Language settings. Fort more info / tech info see this great reference:
Why the Visual Studio debugger occasionally locks up the entire Windows GUI
http://www.virtualdub.org/blog/pivot/entry.php?id=118VS IDE/OS Freezes
2. Tweak VS Debugging options
- Tools -> Options
- Go To Debugging -> Symbols
- Uncheck all of the listed symbol file locationsClean Environment:
- Run devenv /Resetsettings to eliminate the cause of corrupted settings.
- Run devenv /ResetSkipPkgs in Command Prompt.
- Run devenv /Safemode to see if you can apply it correctly. This can eliminate the possibility that third party Add-ins or packages are causing problems.
- Open your solution in Safemode and see whether it works.Disable
No comments:
Post a Comment