GrzegorzKozub / VisualStudioExtensions

Launchers for Visual Studio
https://marketplace.visualstudio.com/search?term=publisher%3A%22Grzegorz%20Kozub%22&target=VS&category=All%20categories&vsVersion=&sortBy=Relevance
15 stars 18 forks source link

TC Launcher v1.3.0.0 does not work any more with VS2013 #2

Closed jbaehr closed 8 years ago

jbaehr commented 8 years ago

I have the same issue as the users "ElderForge.Net" and "Johnnyan" on the Q&A page in the visual studio gallery https://visualstudiogallery.msdn.microsoft.com/6432661f-c473-4883-aacd-008107c1135e

On start up VS shows a pop up saying that the Total Commander Launcher Add In could not be loaded, the ActivityLog.xml shows the following entires. It seems that the version posted to the VS Gallery was compiled with VS2015 and has now a strong dependency to Version=14.0.0.0 of the VS shell assembly:

  <entry>
    <record>351</record>
    <time>2015/08/26 08:37:16.413</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Begin package load [TotalCommanderLauncherPackage]</description>
    <guid>{504F9F56-9629-48C7-ADB9-CBCCE53BF9B7}</guid>
  </entry>
  <entry>
    <record>352</record>
    <time>2015/08/26 08:37:16.413</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>CreateInstance failed for package [TotalCommanderLauncherPackage]</description>
    <guid>{504F9F56-9629-48C7-ADB9-CBCCE53BF9B7}</guid>
    <hr>80070002</hr>
    <errorinfo>Could not load file or assembly 'Microsoft.VisualStudio.Shell.11.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.</errorinfo>
  </entry>
  <entry>
    <record>353</record>
    <time>2015/08/26 08:37:16.413</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>End package load [TotalCommanderLauncherPackage]</description>
    <guid>{504F9F56-9629-48C7-ADB9-CBCCE53BF9B7}</guid>
    <hr>80004005 - E_FAIL</hr>
    <errorinfo>Could not load file or assembly 'Microsoft.VisualStudio.Shell.11.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.</errorinfo>
  </entry>

NB: v1.2.2.0 of the plugin worked without any problems here.