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

Cannot Load Microsoft.VisualStudio.Shell.12.0 #16

Open
IcodeNet opened this issue Dec 16, 2014 · 0 comments
Open

Cannot Load Microsoft.VisualStudio.Shell.12.0 #16

IcodeNet opened this issue Dec 16, 2014 · 0 comments

Comments

@IcodeNet
Copy link

When trying to install in
Microsoft Visual Studio Premium 2012
Version 11.0.61030.00 Update 4
Microsoft .NET Framework
Version 4.5.50938

I get the following error from the logs:


1250
2014/12/16 11:13:17.143
Error
VisualStudio
End package load [GisterPackage]
{282F92E9-8465-4D0E-B815-4A87A990219C}


80004005 - E_FAIL
Could not load file or assembly 'Microsoft.VisualStudio.Shell.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

From investigation this has to do with this:

Microsoft.VisualStudio.Shell.[version]: this one confuses people a lot. How this particular assembly works is for each version of Visual Studio that ships, a new assembly name (with the version in the assembly) is made. Then, in future versions of the Visual Studio, we ship a newer version of the assembly that you target. [ So again, make sure you're targeting Microsoft.VisualStudio.Shell.[version] with the lowest version you intend to support.]

Can we please maintain support for VS 2012?

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

1 participant