Reputation: 21794
I am trying to edit a small and simple visual studio extension project. Everything builds, but when I double click on the vsix file to install, I get a popup with the message "the extension manifest is invalid". What could cause this/where can I start looking?
I am developing in and targeting Visual Studio 2012.
Upvotes: 1
Views: 10473
Reputation: 21
this error will occur when the target VS edition does not present in your computer. so please check configuration for "Supported VS Edition" of vsixmanifest file. There are several editions: Ultimate, Premium, Professional and Express Edition. Be sure that you have the supported VS edition being configured installed in your computer.
hope this will be helpful.
Upvotes: 1