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

Microsoft.VisualStudio.Shell.15.0 not found when loading extension #26

Closed
Micha-kun opened this issue Feb 24, 2022 · 8 comments · Fixed by #27
Closed

Microsoft.VisualStudio.Shell.15.0 not found when loading extension #26

Micha-kun opened this issue Feb 24, 2022 · 8 comments · Fixed by #27

Comments

@Micha-kun
Copy link

Lately I cannot use this extension. Log says Microsoft.VisualStudio.Shell.15.0 cannot be found, specifically this version:

Microsoft.VisualStudio.Shell.15.0, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a

Why is that happening? I tried to reinstall plugin but it keeps throwing that error. Something is required to be installed on my machine? Thank you.

@deviousasti
Copy link
Member

Is this on VS 2019?

@Micha-kun
Copy link
Author

yep, on VS 2019

@deviousasti
Copy link
Member

I'm guessing the problem is the extension is not taking up the newer SDK version. I'll try to downgrade the SDK version - there could be some newer methods in use - but I can rewrite those.

@Micha-kun
Copy link
Author

maybe you could force that library onto VS2019 extension, I don't know if this NuGet can give you that possibility: https://www.nuget.org/packages/Microsoft.VisualStudio.Shell.15.0/17.0.32112.339

@deviousasti
Copy link
Member

Although we reference that version, the actual Microsoft.VisualStudio.Shell isn't packaged with the extension. It's in the VS installation.
image

I'll try downgrading.

@deviousasti
Copy link
Member

Hey @Micha-kun, I created a version with the downgrade applied.
https://drive.google.com/file/d/1F6218yE9Rq0okuRFYd_h1vaBOQxxN9CY/view?usp=sharing
Could you please try it out and see if that works for you?
You'll have to install the existing extension, and install this vsix file instead.
If it works, I'll publish it.

@Micha-kun
Copy link
Author

YEAH! It works fine

@deviousasti
Copy link
Member

Published the updated version to the marketplace.
You should be able to install it and use it from the marketplace now.

Cheers.

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

Successfully merging a pull request may close this issue.

2 participants