ChaseMedallion
ChaseMedallion

Reputation: 21794

Custom visual studio extension error: "the extension manifest is invalid"

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

Answers (1)

Rex li
Rex li

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

Related Questions