VS2010 - 文件新建菜单缺少“新建项目”

发布于 2024-09-06 15:15:11 字数 168 浏览 1 评论 0原文

一位同事刚刚从 MSDN 安装了 Visual-Studio-2010 Premium。安装运行得很好,但是当他单击“文件”菜单时,他只有“新文件”。在我的安装中,我看到一个“新建”菜单,其中包含一个子菜单,其中包含项目、文件、团队项目。

关于要检查的事情或如何修复他的安装的任何想法。我想他已经修理过了。

A coworker just installed Visual-Studio-2010 Premium from MSDN. The install acted like it worked fine, but when he clicks the "File" menu, he only has "new file". On my installation, I see a "New" menu with a sub-menu that contains Projects, Files, Team Projects.

Any ideas of things to check or how to fix his installation. I think he did a repair already.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

泡沫很甜 2024-09-13 15:15:11

尝试“工具”+“导入和导出”+“重置”。这会将菜单恢复为出厂设置。当您刚刚安装新版本的 VS 时,这可能是必要的,因为在这种情况下,它会导入以前版本的 VS 的菜单,因此一切看起来都很熟悉。这并不总是可取的。

如果这不起作用,那么下一步是使用 /safemode 命令行选项运行 devenv.exe,以确保这不是导致问题的加载项。

Try Tools + Import and Export + Reset. This will restore the menus to their factory settings. This may be necessary when you just installed a new version of VS, as in this case, it imports the menus of the previous version of VS so everything looks familiar. That is not always desirable.

If that doesn't pan out then the next step is to run devenv.exe with the /safemode command line option to ensure this isn't an add-in that's causing problems.

玻璃人 2024-09-13 15:15:11

我知道这已经过期了,但我在 2013 年也遇到了同样的问题。出于某种原因,VS 正在调试,这就是新项目不可用的原因。希望这对其他人有帮助。

I know this is long over due, but I was just having the same issue on 2013. For some reason, VS was debugging, and that was the reason a new project wasn't available. Hope this helps someone else.

回忆那么伤 2024-09-13 15:15:11

有同样的问题。读完这个问题后就明白了。
如果您为 Visual Basic 设置 Visual Studio 默认设置,则它不会有新菜单,但重置为 Visual C# 的默认设置会添加新菜单。

Had same problem. figured it out after reading this question.
If you set up visual studio default setting for Visual Basic it doesn't have a new menu but resetting to default settings for Visual C# added it.

倒数 2024-09-13 15:15:11

当第一次启动时单击“项目管理设置”而不是单击“常规开发设置”并且错过了“新建项目”和“工具箱”时,就会出现此问题。

要修复此问题,请执行以下操作:

  1. 单击“工具”菜单,
  2. 单击“导入并导入”。导出设置
  3. 选择重置所有设置 -->下一页
  4. 下一页 -->选择“常规开发设置”-->下一个

This problem occurs when the first launch was clicked "project Management Setting" instead to click "General Development Setting" and missed NEW Project and Toolbox.

To fix, do the following

  1. click Tools Menu
  2. Click Import & Export Setting
  3. Select Reset all setting --> Next
  4. Next --> select "General Development Setting" --> Next
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文