Sunday, June 30, 2013

Make VS2012 MVC4 VSIX template to work for Visual Studio 2013 preview

Make VS2012 MVC4 VSIX template to work for Visual Studio 2013 preview: Visual Studio 2012.2 supports customized MVC4 template, you can get a walkthrough here: http://blogs.msdn.com/b/yjhong/archive/2012/12/13/custom-mvc-4-template-walkthrough.aspx . But the created template VSIX file cannot be uploaded to VS Gallery at the time. Starting 6/26/2013, you can upload the MVC4 template VSIX files to VS Gallery now. The VS2012.2 created VSIX may not install or work for Visual Studio 2013 preview, however. We need to fix a few thing in the following steps. 1. Change source.extension.vsixmanifest file InstallationTarget version from “11.0” to “[11.0,12.0]” in order to support both VS2012 and VS2013 preview, for example: <Installation AllUsers="true"> <InstallationTarget Version="[11.0,12.0]"...(read more)

DIGITAL JUICE

No comments:

Post a Comment

Thank's!