darrenkopp / SassyStudio2013

Visual Studio 2013 extension adding additional SCSS support
19 stars 5 forks source link

Assemblies fail to load #1

Closed asido closed 10 years ago

asido commented 10 years ago

The extension fails to load with the following error in ActivityLog.xml:

  <entry>
    <record>410</record>
    <time>2014/05/31 17:25:18.316</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>CreateInstance failed for package [SassyStudioPackage]</description>
    <guid>{FA652604-6323-4910-842A-0D3B6043844D}</guid>
    <hr>80070002</hr>
    <errorinfo>Could not load file or assembly 'SassyStudio, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.</errorinfo>
  </entry>
  <entry>
    <record>411</record>
    <time>2014/05/31 17:25:18.316</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>End package load [SassyStudioPackage]</description>
    <guid>{FA652604-6323-4910-842A-0D3B6043844D}</guid>
    <hr>80004005 - E_FAIL</hr>
    <errorinfo>Could not load file or assembly 'SassyStudio, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.</errorinfo>
  </entry>
darrenkopp commented 10 years ago

Feel free to try the vsix package here: https://github.com/darrenkopp/SassyStudio2013/releases/tag/0.1.1

If that works for you, then I will publish the extension on visual studio gallery.

asido commented 10 years ago

It works fine. Apparently it was an issue with the build I created myself. Wonder why.

darrenkopp commented 10 years ago

Cool. Yeah, I spent days fighting that same problem and am still not exactly sure what causes it.