Microsoft announced general availability of Visual Studio 2013 update 2 CTP 2 today for download.
Link to download Visual Studio 2013 Update 2 CTP2 - http://www.microsoft.com/en-us/download/details.aspx?id=42023
There is a know issue with SharePoint 2013 Asp.Net MVC project template, as per this release note - http://support.microsoft.com/kb/2927432
Creating new application based on ASP.NET MVC web application will generate -
“Error: this template attempted to load component assembly 'Microsoft.Visual Studio.Web.Project, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. For more information on this problem and how to enable this template, please see documentation on Customizing Project Templates”
Here is the work around for this issue -
Follow these steps to create a new provider-hosted or autohosted application for SharePoint using an MVC web application:
- Create a MVC web application project.
- Right-click the project node to launch the context menu.
- In the context menu, select Convert, then select Convert to App for SharePoint Project
Comments
Post a Comment