Visual Studio 2013 - No Visual Basic/Visual C# Web

2020-01-27 03:33发布

I've installed Visual Studio 2013 Premium (MSDN license) on my machine. Yet, the ASP.NET Web Application template is not there (except for Version2012, which offers me MVC 4, see screenshot below):

Image showing no web templates available

I have uninstalled and reinstalled VS2013 three times now. I've deleted the ItemTemplatesCache and ProjectTemplatesCache folders along with running the devenv /InstallVSTemplates and devenv /Setup to no avail. I've also checked to make sure web developer tools are installed. Under the \Common7\IDE\ProjectTemplatesCache\CSharp\Web folder, I only see MVC 4 template files. Am I missing something? An extension or additional program?

Below I added a screenshot of the frameworks I have installed. Any direction or advice would be appreciated. Thank you!

Image showing frameworks installed

Jodie.

7条回答
成全新的幸福
2楼-- · 2020-01-27 04:08

Not the solution in your case, but I had a similar issue where I could not find the MVC templates. Eventually I realized that I still had .NET Framework 3.5 selected, which of course does not provide MVC... switching to .NET Framework 4.5 let me find the MVC templates again.

You already had 4.5 selected in the screenshot, but I'm just posting this here for others who might make the same mistake as I did.

查看更多
登录 后发表回答