Visual Studio 2008 空白工具窗口
我有一个空白的属性窗口,在 Visual Studio 2008 SP1 中无法删除。我已经尝试了一切方法来摆脱它。
如果我关闭它,它会在进入调试模式或重新启动 Visual Studio 后立即显示出来。我已经尝试了一切方法来解决问题,直到重新安装VS,但没有成功。
有人对此有解决方案吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用以下修复:
关闭 Visual Studio 的所有实例导航到以下目录(我使用的是 2008 - 对于不同版本,更改 9.0 以反映正确的版本号/文件夹)
您应该看到四个文件:
toolbox.tbd
toolbox_reset.tbd
toolboxIndex.tbd
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)
You should see four files:
toolbox.tbd
toolbox_reset.tbd
toolboxIndex.tbd
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.
单击“窗口”、“重置窗口布局”。
如果这没有帮助,请单击“工具”、“导入和导出设置”、“重置所有设置”。 (但请备份您当前的设置)
Click Window, Reset Window Layouts.
If that doesn't help, click Tools, Import and Export Settings, Reset all settings. (But backup your current settings)
可以尝试的一件事是通过 Visual Studio 2008 命令行运行以下命令。
这将恢复出厂设置,这可以解决问题,重新安装不会为您做到这一点。
One thing to try is via the Visual Studio 2008 command line you can run the following command.
This will restore to factory settings, this could clear up the issue, re-install wouldn't do this for you.