Right now I get no syntax highlighting, and no compilation for .scss
files (not sure about anything else since this is all I used Web Workbench for).
I just updated Web Workbench, restarted Visual Studio 2012 and noticed it was not working at all. Turned out the extension was disabled for some reason, so I enabled it, restarted VS again and now I have these error messages (username redacted)
Here is part of the output of that file mentioned in the error message (username redacted)
<entry>
<record>575</record>
<time>2013/09/30 16:43:29.722</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Mindscape.VisualSass.Integration.VisualSassPackage, Mindscape.WebWorkbench.Integration.10, Version=3.2.1035.22937, Culture=neutral, PublicKeyToken=null]</description>
<guid>{29C7CD30-2759-428A-895D-50E2B6A8487F}</guid>
</entry>
<entry>
<record>576</record>
<time>2013/09/30 16:43:29.722</time>
<type>Error</type>
<source>VisualStudio</source>
<description>CreateInstance failed for package [Mindscape.VisualSass.Integration.VisualSassPackage, Mindscape.WebWorkbench.Integration.10, Version=3.2.1035.22937, Culture=neutral, PublicKeyToken=null]</description>
<guid>{29C7CD30-2759-428A-895D-50E2B6A8487F}</guid>
<hr>80070002</hr>
<errorinfo>Could not load file or assembly 'file:///C:\USERS\********\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\ivzed1sw.smt\Mindscape.WebWorkbench.Integration.10.dll' or one of its dependencies. The system cannot find the file specified.</errorinfo>
</entry>
<entry>
<record>577</record>
<time>2013/09/30 16:43:29.722</time>
<type>Error</type>
<source>VisualStudio</source>
<description>End package load [Mindscape.VisualSass.Integration.VisualSassPackage, Mindscape.WebWorkbench.Integration.10, Version=3.2.1035.22937, Culture=neutral, PublicKeyToken=null]</description>
<guid>{29C7CD30-2759-428A-895D-50E2B6A8487F}</guid>
<hr>80004005 - E_FAIL</hr>
<errorinfo>Could not load file or assembly 'file:///C:\USERS\********\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\ivzed1sw.smt\Mindscape.WebWorkbench.Integration.10.dll' or one of its dependencies. The system cannot find the file specified.</errorinfo>
</entry>
I also get this error message
And here are the relevant parts for this message
<entry>
<record>548</record>
<time>2013/09/30 17:02:43.292</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [EditorExtensionsPackage]</description>
<guid>{5FB7364D-2E8C-44A4-95EB-2A382E30FEC7}</guid>
</entry>
<entry>
<record>549</record>
<time>2013/09/30 17:02:43.293</time>
<type>Error</type>
<source>VisualStudio</source>
<description>CreateInstance failed for package [EditorExtensionsPackage]</description>
<guid>{5FB7364D-2E8C-44A4-95EB-2A382E30FEC7}</guid>
<hr>80070002</hr>
<errorinfo>Could not load file or assembly 'file:///C:\USERS\********\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\z4f0c22s.3mi\WebEssentials2012.dll' or one of its dependencies. The system cannot find the file specified.</errorinfo>
</entry>
<entry>
<record>550</record>
<time>2013/09/30 17:02:43.293</time>
<type>Error</type>
<source>VisualStudio</source>
<description>End package load [EditorExtensionsPackage]</description>
<guid>{5FB7364D-2E8C-44A4-95EB-2A382E30FEC7}</guid>
<hr>80004005 - E_FAIL</hr>
<errorinfo>Could not load file or assembly 'file:///C:\USERS\********\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\z4f0c22s.3mi\WebEssentials2012.dll' or one of its dependencies. The system cannot find the file specified.</errorinfo>
</entry>
Please advise! I rely on this tool and the latest update make it completely useless. Is there at least a way I can go back to an older version for now?