Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Studio 2012 cannot not load extension #11

Open
thoemmi opened this issue Feb 9, 2015 · 6 comments
Open

Visual Studio 2012 cannot not load extension #11

thoemmi opened this issue Feb 9, 2015 · 6 comments

Comments

@thoemmi
Copy link

thoemmi commented Feb 9, 2015

When opening a solution in Visual Studio 2012, I get an error message saying "The 'TidyTabsPackage' package did not load correctly."

In Visual Studio's log (%AppData%/Microsoft/VisualStudio/11.0/ActivityLog.xml) I see this entry:

<entry>
    <record>622</record>
    <time>2015/02/09 13:55:13.871</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>CreateInstance failed for package [TidyTabsPackage]</description>
    <guid>{324CAC6D-FF67-4E2E-8FC9-7A587B2D6045}</guid>
    <hr>80070002</hr>
    <errorinfo>Could not load file or assembly 'Microsoft.VisualStudio.Shell.11.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.</errorinfo>
</entry>

So I guess it's because TinyTabs references the Visual Studio 2013 version of Microsoft.VisualStudio.Shell.11, which is not installed on my machine.

@davemckeown
Copy link
Owner

Thanks for letting me know about this,

Will update and push a fix for this asap

@eltoncezar
Copy link

Same for me.

@davemckeown
Copy link
Owner

@thoemmi @eltoncezar I am investigating this issue and working to fix.

I can install TidyTabs and run the extension in VS 2012 but the machine also has 2013 installed. I will need to setup a clean environment to test a fix.

Can you confirm that your environments do not have 2013 installed?

@eltoncezar
Copy link

Yes, I can confirm. No VS 2013 installed.

@ghost
Copy link

ghost commented Aug 9, 2016

I came here to say that I have the exact same issue in the latest version of Tidy Tabs which at the time of this writing is 1.10.1. I am running Visual Studio 2012 and I don't have Visual Studio 2013 or higher installed. Was this never resolved?

My Visual Studio 2012 version:

Microsoft Visual Studio Professional 2012
Version 11.0.61219.00 Update 5
Microsoft .NET Framework
Version 4.6.00081

And the error from ActivityLog.xml:

CreateInstance failed for package [TidyTabsPackage]
{324CAC6D-FF67-4E2E-8FC9-7A587B2D6045}
80070002
Could not load file or assembly 'Microsoft.VisualStudio.Shell.11.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

@ghost
Copy link

ghost commented Nov 30, 2017

I wanted to give it another try and I was amazed to see that this issue was still open...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants