When I try and upload a vsix package to the Visual Studio Gallery, I get the error message:
Invalid Multiple Zip Files in in VSIX
Does anyone know why this would be?
The package is at: http://sharpgl.codeplex.com/releases/view/82739 named ‘SharpGL 2.0 Visual Studio Extension’, and works fine on every machine I’ve tried it on.
Thanks in advance!
This problem occurs when a manifest’s
<ProjectTemplate>element’s directory contains more than one ZIP file. For example, in my case, I had<ProjectTemplate>ProjectTemplates</ProjectTemplate>with this file system structure:The solution is to modify the manifest to contain as many
<ProjectTemplate>elements as you have ZIP files, then structure the directories such that each<ProjectTemplate>doesn’t lead to more than one ZIP: