Hi JacobtheQQuick,
Which version of Visual Studio and OS are you using? Does the Visual Studio works fine before this problem occurred?
Please try to open the log switch to record the Visual Studio operations log with the command of "/Log". The Activelog.xml file will log all operations when you operate
Visual Studio. Please Upload the log file to OneDirve and share the link here.
In addition, please try with following steps to troubleshoot this problem.
- Run Visual Studio as Administrator.
- Run Visual Studio 2015 in safe mode with "Deven.exe /SafeMode" command to prevents all third-party VSPackages from loading when Visual Studio starts, thus ensuring stable execution.
- Run devenv /Resetsettings to eliminate the cause of corrupted settings in command prompt.
- Run devenv /ResetSkipPkgs in Command Prompt to skip loading added to VSPackages by users wishing to avoid loading problem VSPackages.
- Close all third part software when you run Visual Studio, such as antivirus software.
If the problem still exist, please try to repair or re-install your Visual Studio from Control Panel -> Visual Studio -> Change -> Repair or uninstall.
Best Regards,
Weiwei