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

can't install on vs2013 premium #136

Open
llehn opened this issue Jan 31, 2017 · 4 comments
Open

can't install on vs2013 premium #136

llehn opened this issue Jan 31, 2017 · 4 comments

Comments

@llehn
Copy link

llehn commented Jan 31, 2017

The latest version I could install was 0.30.4.

All later versions failed telling me no compatible products have been found.

Looking at the manifest I saw that the version range is 12-16, but only community edition.

@forki
Copy link
Member

forki commented Jan 31, 2017

/cc @hmemcpy

@hmemcpy
Copy link
Contributor

hmemcpy commented Jan 31, 2017

I was literally typing a comment, but forgot to press the button!!!

Hmm, Community is the "minimum" version, but I don't remember if they added this logic in 2013. Is your Visual Studio updated with the latest update?

@llehn
Copy link
Author

llehn commented Feb 15, 2017

Yes VS is updated.

in the vsixmanifest there's this:

  <Prerequisites>
    <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26004.1,16.0)" DisplayName="Visual Studio core editor" />
  </Prerequisites>

The last version not containing this is installable on vs2013

@AGBrown
Copy link

AGBrown commented Mar 31, 2018

Using VS2013 Ultimate Update 5.

I got round this by

  1. (optional) Changing the .vsix to .zip
  2. unzipping the vsix to a folder
  3. editing the .vsixmanifest file, in my case I changed the InstallationTarget element to <InstallationTarget Version="[12.0,16.0)" Id="Microsoft.VisualStudio.Ultimate" /> (ref. https://msdn.microsoft.com/en-us/library/hh696828.aspx )
  4. select all the files
  5. right click, send to "Compressed folder"
  6. change the extension back to .vsix
  7. Double click to install

It then installs with no issue.

However I did not have nice icons on paket.dependencies or paket.references in my c# .net 4.6.2 dll projects, or in my solution folders. The tree view of packages does however show under the files, as do the icons on each depenency, and I have commands in the context menus as expected.

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

4 participants