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 install in Visual Studio Professional 2019. #23

Closed
jvsca opened this issue Apr 14, 2019 · 2 comments
Closed

Cannot install in Visual Studio Professional 2019. #23

jvsca opened this issue Apr 14, 2019 · 2 comments

Comments

@jvsca
Copy link

jvsca commented Apr 14, 2019

When trying to install in Visual Studio Professional 2019 the follow message is shown:
"The extension cannot be installed to this product due to prerequisites that cannot be resolved."

VSIX Installer Error

Tried the following, but still cannot install:
1- From :
Delete:
<Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" Version="[11.0,12.0)" />

Change:
From:
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" Version="[4.6.2,]" />
To:
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" Version="[4.5,)" />

2- Change in :
From:
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25824.0,16.0)" DisplayName="Visual Studio core editor" />
To:
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0,)" DisplayName="C# and Visual Basic" />

@jvsca jvsca closed this as completed Apr 19, 2019
@jws305
Copy link

jws305 commented Jun 26, 2019

Did you figure out how to get this installed?

@jvsca
Copy link
Author

jvsca commented Jun 27, 2019

Version 1.9.2171 installs properly.
Thanks.

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

2 participants