Hi,
We have created custom DotNetNuke project templates supported on VS 2010 and VS2012 available to download athttps://asposednn.codeplex.com/
In short we provide four templates in a single VSIX file with the following structure
CSharp
---DotNetNuke
------DNN-C-Module
------DNN-C-DAL2-Module
VisualBasic
---DotNetNuke
------DNN-VB-Module
------DNN-VB-DAL2-Module
The extension is working perfectly fine in both Visual studio versions. Now when I try to upload this extension onhttp://visualstudiogallery.msdn.microsoft.com/site/upload, I get "Invalid Multiple Zip Files in in VSIX" error. I tried to upload it as a tool as well but in vain. I searched
and found few posts but none of them had a conclusive answer.
Please note that the extension is created using Visual Studio 2010 because we want to support both VS2010 and VS2012.
A quick response will be very much appreciated.