DNN.Templates icon indicating copy to clipboard operation
DNN.Templates copied to clipboard

.VSIX installation support added for Visual Studio 2015 Express

Open karthikeyanmlp opened this issue 8 years ago • 2 comments

The .VSIX only supports Community version on Visual Studio 2015. Now I have added the installation support for Visual Studio 2015 Express as well.

karthikeyanmlp avatar Aug 26 '16 07:08 karthikeyanmlp

@karthikeyanmlp, The templates will need to be compatible with VS 2012 and VS 2013 as well. Can you update the compatible version accordingly?

amarjit-dhunna avatar Feb 08 '17 22:02 amarjit-dhunna

Sorry, but this is not something I plan to support. It's open source though, so you can make changes yourself. Try modifying the vsixmanifest file (in the VSIX download) (extract it like a zip file)

FYI:

  1. Latest Dnn Template(MVC/SPA) was released for VS2015 with .Net 4.5+
  2. Try modifying the "Version" from <InstallationTarget> and <Dependency> on vsixmanifest file

karthikeyanmlp avatar Feb 24 '17 15:02 karthikeyanmlp