Visual Studio 2010,“文件>最近的项目和解决方案“不活跃! [英] Visual Studio 2010, "File > Recent Projects and Solutions" is not a active !

查看:232
本文介绍了Visual Studio 2010,“文件>最近的项目和解决方案“不活跃!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在VS 2010上创建了数百个项目,但文件>最近的项目和解决方案部分不存在!通常,它应该是这样的

I have created hundreds of project on VS 2010 but "File > Recent Projects and Solutions" section is not there ! normally, it should have been like this

但我的如下;

如您所见,同样在开始页面上,只有两个最近项目部分的项目,根据情况很奇怪。

as you can see, also on the start page, there is only two project on the 'Recent Projects' section which is odd given the circumstances.

我应该怎么做才能让它运作?

what should I do here to get it worked?

提前感谢您的帮助。

编辑

这是自定义窗口的外观;

here is how customize window looks;

这里是regedit视图;

and here is the regedit view;

推荐答案

看来你有两个独立的问题:

It seems you have two separate problems:


  1. 文件菜单中缺少最近的文件和最近的项目和解决方案选项。

  1. The "Recent Files" and "Recent Projects and Solutions" options are missing from your File Menu.

您最近的项目中的项目比您应该少得多。

You have a lot less Projects in your Recent Projects than you should.

解决方案#1 :转到工具>自定义>命令。从那里你应该能够选择文件|最近的文件和文件|最近的项目和解决方案。接下来,单击全部重置。希望你现在有两个列表。

Solution To #1: Go to Tools > Customize > Commands. From there you should be able to select "File | Recent Files" and "File | Recent Projects and Solutions". Next, you click "Reset All". Hopefully, you have those two lists back now.

解决方案#2 :这个有点复杂,因为它可能是一个事情的数量。

Solution To #2: This one is a little bit more complicated because it could be a number of things.


  1. 首先,我会确保在工具>选项>环境中为最近的文件选项提供所需的数字>一般。

  1. First, I would make sure you have the number you want for the "Recent files" options in Tools > Options > Environment > General.

如果您已经有了,请检查注册表位置并确保您确实在这里有条目,因为这是VS从中获取的地方。 HKEY_CURRENT_USER \Software \ Microsoft &\\VisualStudio \10.0 \ ProjectMRUList。
10.0适用于VS 2010.更多信息此处。如果那里什么也没有,那么你最近的项目没有被正确保存。

If you already had that, check the registry location and make sure you actually have entries here since this is where VS pulls it from. HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\ProjectMRUList . The 10.0 is for VS 2010. More info here. If there's nothing there then your recent projects aren't being saved properly.

你可以尝试调用 Devenv / ResetSettings 重置VS设置。有关详细信息,请访问 MSDN

You could try calling Devenv /ResetSettings to reset the VS settings. More info at MSDN.

最后可能是由于Windows资源管理器设置隐藏了最近的文件。这是一种可能性,因为VS从最近的文件中获取相同位置的指示。您需要确保HKEY_CURRENT_USER \ Software Software \ Microsoft \ Windows \ CurrentVersion \POLicies\ExplorerNoRecentDocsHistory为零。有关此可能解决方案的更多信息以及此问题的其他想法可以在这里

Finally it could be due to a Windows Explorer setting which hides recent files. This is a possibility because VS takes its directions from the same place with regards to recent files. You would need to make sure HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer "NoRecentDocsHistory" is zero. More info on this possible solution as well as other ideas to this problem can be found here.

这篇关于Visual Studio 2010,“文件>最近的项目和解决方案“不活跃!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆