dnnsoftware / DNN.Templates

MVC and SPA (Single Page Application) module templates for DNN
MIT License
19 stars 15 forks source link

MVC Template doesn't install with Visual Studio 2015 Express #1

Closed karthikeyanmlp closed 5 years ago

karthikeyanmlp commented 8 years ago

While installing the Template we getting following Error message.

Installation Failed: This extension is not installable on any currently installed products.

Supported Products : Microsoft.VisualStudio.Community Version : [14.0,15.0)

Searching for applicable products... Found installed product - Microsoft Visual Studio Express 2013 for Web Found installed product - Microsoft Visual Studio Express 2015 for Web Found installed product - Global Location Found installed product - ssms VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products. at VSIXInstaller.App.InitializeInstall(Boolean isRepairSupported) at VSIXInstaller.App.InitializeInstall() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute()

karthikeyanmlp commented 8 years ago

.VSIX installation support added for Microsoft Visual Studio Express 2015 for Web on following fork. @karthikeyanmlp/DNN.Templates

Following .VSIX supports VS 2015 Community and Express versions DNNTemplates.vsix Dnn Mvc Module.vsix Dnn Spa Module.vsix