无法在 Visual Studio 2010 中创建项目或解决方案
所以我似乎无法创建任何新的项目或解决方案。我可以导航并打开现有解决方案,但无法创建任何新解决方案。感谢所有帮助。请参阅下面的屏幕截图:
So I can't seem to be able to create any new projects or solutions. I can navigate and open existing solutions but cannot create any new solutions. All help is appreciated. See screenshot below:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
我是如何陷入“项目管理模式!”
我不知道我是怎么到那里的,但那是地狱。
我重置了设置,一切都很好。
您可以通过转到“工具”>“工具”来完成此操作。进口及导出设置>重置所有设置
Some how I was stuck in "Project Management mode!"
Don't know how I got there, but it was hell.
I reset my settings and it was all good.
You can do that by going to Tools > Import & Export Settings > Reset all settings
我也有同样的问题。我将项目位置、模板位置和项目模板位置更改为 VS 可以找到的本地驱动器。这似乎解决了我的问题。这些设置可以在“工具”->“选项”下找到。选择项目和解决方案,然后选择常规。
I had the same problem. I changed my project location, template location and item templates location to a local drive that VS could find. This seemed to fix my problem. These settings can be found under Tools->Options. Select projects and Solutions and then General.
小解决方法:只需按 Ctrl+Shift+N,就会出现“新建项目”窗口。
Small workaround: simply press Ctrl+Shift+N and 'New Project' window will appear.
您可以尝试转到“工具”>“选项”>“源代码管理”,然后将其更改为“无”,看看它是否有效。看起来您正在使用 TFS 之类的东西,并且不允许将新项目添加到源代码管理中。
You could try going to Tools>Options>Source Control then change it to none and see if it works. It seems like you are using TFS or something and not allowed to add new projects to the source control.
我解决这个问题的方法与 Stag 基本相同,但在 2010 年,可以在“帮助”>“重置所有设置”下找到重置所有设置。进口及导出设置>重置所有设置
The Way I got around this was the basically the same as Stag, but in 2010 the reset all settings can be found under Help> Import & Export settings> Reset All Settings
你停止调试了吗?
如果您不确定,请尝试以下操作:
调试->停止调试
(或者)
Ctrl+F5
然后就可以新建项目了
Have you stopped debugging?
If you are not sure, try this:
Debug->Stop debugging
(or)
Ctrl+F5
Then you can create New Project