Visual Studio 2008 空白工具窗口

发布于 2024-09-03 04:28:53 字数 235 浏览 4 评论 0 原文

我有一个空白的属性窗口,在 Visual Studio 2008 SP1 中无法删除。我已经尝试了一切方法来摆脱它。

如果我关闭它,它会在进入调试模式或重新启动 Visual Studio 后立即显示出来。我已经尝试了一切方法来解决问题,直到重新安装VS,但没有成功。

有人对此有解决方案吗?

空白属性窗口

I have a blank property window that I can not get rid of in Visual Studio 2008 SP1. I have tried every thing to get rid of it.

If I close it it shows right back up after going into debug mode or restarting visual studio. I have tried every thing to fix all the way to reinstalling VS with no luck.

Does any one have a solution for this?

Blank Property Window

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

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

发布评论

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

评论(3

又怨 2024-09-10 04:28:53

使用以下修复:

关闭 Visual Studio 的所有实例导航到以下目录(我使用的是 2008 - 对于不同版本,更改 9.0 以反映正确的版本号/文件夹)

"%userprofile%\Local Settings\Application Data\Microsoft\VisualStudio\9.0". 

您应该看到四个文件:

  1. toolbox.tbd
  2. toolbox_reset.tbd
  3. toolboxIndex.tbd
  4. toolboxIndex_reset.tbd

将这些文件移动到另一个文件夹(或者,如果您非常勇敢,请完全删除它们。注意,这在很大程度上是“在我(同事的)PC 上工作”的情况 - 重新启动 Visual Studio,嘿,您的工具箱应该回到原来的位置。相关用户的工具箱中没有任何自定义项目,因此我只能假设修复将工具箱恢复到原始 Visual Studio 状态。

Use the following fix:

Close all instances of Visual Studio Navigate to the following directory (I am using 2008 – for a different version change the 9.0 to reflect the correct version number/folder)

"%userprofile%\Local Settings\Application Data\Microsoft\VisualStudio\9.0". 

You should see four files:

  1. toolbox.tbd
  2. toolbox_reset.tbd
  3. toolboxIndex.tbd
  4. toolboxIndex_reset.tbd

Move these files to another folder (or, if you are very brave, delete them altogether. Note, this is very much a case of “Worked on my (colleague’s) PC” – do this at your own risk. Restart Visual Studio and hey presto, your Toolbox should be back to where it needs to be. The user in question did not have any custom items in his toolbox so I can only assume that the fix reverted the toolbox to the original Visual Studio state.

尴尬癌患者 2024-09-10 04:28:53

单击“窗口”、“重置窗口布局”。

如果这没有帮助,请单击“工具”、“导入和导出设置”、“重置所有设置”。 (但请备份您当前的设置)

Click Window, Reset Window Layouts.

If that doesn't help, click Tools, Import and Export Settings, Reset all settings. (But backup your current settings)

离鸿 2024-09-10 04:28:53

可以尝试的一件事是通过 Visual Studio 2008 命令行运行以下命令。

devenv /resetsettings

这将恢复出厂设置,这可以解决问题,重新安装不会为您做到这一点。

One thing to try is via the Visual Studio 2008 command line you can run the following command.

devenv /resetsettings

This will restore to factory settings, this could clear up the issue, re-install wouldn't do this for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文