简体   繁体   English

Web应用程序项目未在Visual Studio 2012中显示

[英]Web Application Project not shown at Visual Studio 2012

I'm trying to create my first Web Application Project and the icon is not appearing. 我正在尝试创建我的第一个Web应用程序项目,并且该图标没有出现。 Here I link a picture because for some reason I'm not available to post images (I think that it's because of my rank) 我在这里链接图片,因为某些原因,我无法发布图片(我认为是因为我的排名)

http://i.stack.imgur.com/lbwpG.png http://i.stack.imgur.com/lbwpG.png

Thanks guys!!! 多谢你们!!!

As it seems, looking at your screencap, the web application templates are not installed. 看起来,看着您的屏幕截图,未安装Web应用程序模板。 You need to install them. 您需要安装它们。 If for some reason they are not installed properly try to run devenv.exe with the /installvstemplates switch. 如果由于某些原因未正确安装它们,请尝试使用/ installvstemplates开关运行devenv.exe。 See some info here: https://msdn.microsoft.com/en-us/library/vstudio/0fyc0azh(v=vs.110).aspx . 在此处查看一些信息: https : //msdn.microsoft.com/zh-cn/library/vstudio/0fyc0azh(v=vs.110).aspx

But before that, you should really consider getting the community edition of Visual Studio 2015. Newer seems better. 但是在此之前,您应该真正考虑获得Visual Studio 2015社区版。更新似乎更好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio 2012中的Web项目调试和编码 - Web project Debugging & Coding in Visual Studio 2012 Visual Studio 2012将面板放置在Web应用程序中 - Visual Studio 2012 placing panels in web application 如何在Visual Studio 2012的空Web应用程序项目中使用剃刀语法添加Web Pages 2? - How to add Web Pages 2 with razor syntax in an empty web application project in Visual Studio 2012? 使用Visual Studio 2012的Web应用程序项目中的App_Code文件夹 - App_Code folder in Web Application Project using Visual Studio 2012 从Visual Studio 2012中的网站发布中排除文件夹而不是Web应用程序项目 - Exclude folder from Publish for a Website not a Web Application Project in Visual Studio 2012 在Visual Studio 2012网站项目中缺少SQL命名空间的Linq - Missing Linq to SQL namespace in Visual Studio 2012 Web Site Project Visual Studio 2012中缺少ASP.NET Web应用程序模板 - ASP.NET Web Application template missing in Visual Studio 2012 在Visual Studio 2012的Web应用程序中,哪里可以看到对程序集的现有引用? - Where to see the existing references to assemblies in a web application in visual studio 2012? 了解Visual Studio Web应用程序中的项目类型 - Understanding project types in a Visual Studio web application Visual Studio 2012不发布项目 - Visual Studio 2012 not publishing project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM