Visual Studio 2010 MVC 项目类型消失
我使用 Visual Studio 2010 Premium RTM 已经一个多月了。当我安装它时,我全新安装了 Windows。 (没有测试版或早期版本的 VS)
自从安装它以来,我一直在创建新的 ASP.NET MVC2 C# 项目。我今天去创建一个新的 mvc 项目,但我不再有这个选项了。我进入了新项目部分而不是新网站部分。我没有看到它列在 C# 或 VB 下。
有没有办法在不重新安装 Visual Studio 的情况下恢复它?
I have been working with visual studio 2010 Premium RTM for over a month. When I installed it I had a fresh install of windows. (No betas or previous versions of VS)
I have been creating new ASP.NET MVC2 C# projects since I installed it. I went to create a new mvc project today and I don't have that as an option anymore. I went in under the new project section not the new website section. I don't see it listed under C# or VB.
Is there a way to get that back without reinstalling visual studio?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在使用 Linq to SQL 模板时遇到了这个问题。尝试接受的答案关于另一个堆栈溢出问题。
解决方案是运行
重新安装模板。当我在 Visual Studio 2010 中缺少模板时,它对我有用。
I had this problem with Linq to SQL templates. Try the accepted answer on this other stack overflow question.
The solution was to run
to reinstall the templates. It worked for me when I had missing templates in Visual Studio 2010.