Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 Update 2 Causing IDE To Hang

After having Visual Studio 2015 Update 2 installed the IDE hangs and won't start at the splash screen, the only fix is to run devenv /setup. or to do a repair looks like it is like the known issue which was not updating the cache, however this is for the prerelase update.

I checked my logs and I get:

548

<type>Error</type>
<source>Extension Manager</source>
<description>Error loading extension: This VSIX does not apply to any product installed on this machine. The problem could be that the VSIX manifest&apos;s format is not recognized, or that the manifest has been corrupted. Data at the root level is invalid. Line 1, position 1. </description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\VSGRAPHICS\</path>

Also checking the manifest file it proves its empty.

Any ideas on how to fix it? knowing that when VS starts in safe mode it works just fine.

like image 455
TechNerd Avatar asked Apr 04 '16 10:04

TechNerd


Video Answer


1 Answers

I had this same error after installing Update 2. For me it turned out to be one of my extensions (Automatic Versions). After removing it my Visual Studio went back to normal. You can try removing your extensions one at a time in safe mode to find the culprit.

like image 152
Dan Harms Avatar answered Oct 22 '22 04:10

Dan Harms