Issue Unfortunately after installing ASP.NET and Web Tools Preview Refresh for Visual Studio 2013 Preview, creating SPA VB template will fail. This post describes how to fix this issue. Option 1: Fix script I authored these two scripts (one for x86 and x64) to fix the issue. Download here Note: Please ensure your execution policy is correct. (Run command: Set-ExecutionPolicy RemoteSigned) Please run the script under Administration Privilege Option 2: Manually fix If for some reason you can’t run the scripts, you can fix the issue by altering template files. Find your WebTemplates folder. It is usually at C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\WebTemplates Go to WebTemplates\MVC\VisualBasic If you’re using...(read more)
Go to the complete details ...