-
Notifications
You must be signed in to change notification settings - Fork 49
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 rebuild the VSIX package #52
Comments
Read this MSDN post which says:
Need to try it. |
Tried to bump the minor version (2.1.3.44 to 2.1.3.46) in the manifest file - does not work. |
This issue came up in search results when I had the same problem. I blogged about a solution that worked for me: reset the |
Thanks for the suggestion. Tried to build again today and somehow, it works. |
Having the same issue again, with Visual Studio 2015. Looked at @AmadeusW blog post, unfortunately my solution does not have anything in command line arguments that I can remove. So the main solution would not work. So I went on trying the other options, including removing the extension from the main VS instance, and doing (which essentially re-creates the experimental instance):
Alas, nothing seems to work. Next I decided to compare my VSIX project against a fresh project. In my project options, Debug start action was set to "start project" and not in the fresh project. So I changed mine to align with the fresh project, ie "start external program" with option Fails. Read this issue and tried to manually start the exp instance. Ie, exit all instances of Visual Studio, do the reset as explained above, then
Works! |
So did your build process create the .vsix and deploy it to the experimental instance only after you manually launched and closed experimental Visual Studio? |
Correct - it worked only after I manually started experimental Visual Studio - even resetting, deleting & recreating the experimental VS was not enough |
Thank you. I will update the blog post! |
I solved this problem. Thanks for response @zpqrtbnk |
It seems like the issue is that the assembly's version (not the extension version in the manifest file) is not being incremented. I was having this problem when the assembly version was set to |
Increasing the version number of the extension worked for me. |
Weird - I tried in the past to go from eg 1.0.0.0 to 1.0.0.1 without success... but IIC you are going from 1.0.0.0 to 1.0.1.0 - wondering if that makes a difference? |
My version of this issue was resolved after deleting the 14.Exp folder as @tahaipek suggests, then manually starting devenv.exe with /rootsuffix Exp arguments. Visual Studio opened, I went to Tools > Extensions and Updates, and the "Composing MEF graph" dialog popped up. |
Getting error VSSDK1031 - "Extension '' could not be found. Please make sure the extension has been installed." Not sure anything has changed in the project file, really. Can fix by editing the project propertiex, VSIX tab, and unchecking "Deploy VSIX content to experimental instance for debugging". But?
The text was updated successfully, but these errors were encountered: