如何重建Visual Studio工具箱?
Visual Studio Professional 2008 中的工具箱以某种方式结束了每个控件的 12 个实例。 它们只是标准控件,没有第三方控件,我也没有第三方插件。
有没有办法重建工具箱来纠正这个问题? 我已经忍受它有一段时间了,但这很烦人。
The toolbox in Visual Studio Professional 2008 has somehow ended up with 12 instances of each control. They are just the standard controls, no third party controls, and I have no third party plugins.
Is there a way to rebuild the toolbox to correct this issue with the dupes? I've been living with it for a while, but it's pretty annoying.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
其实我只是想明白了。 您可以右键单击工具箱,然后单击“重置工具箱”。 这解决了我的问题。 我会将其留在这里,以防其他人将来遇到同样的问题。
Actually I just figured it out. You can right click on the Toolbox and click "Reset Toolbox." this fixed my issue. I'll leave this here in case anyone else has the same problem in the future.
重置工具箱还帮助我重置 DevExpress 重复控件。
Reset toolbox also helped for me to reset DevExpress duplicate controls.
您是否尝试右键单击工具箱并选择“重置工具箱”?
这应该将其重置为默认值。
Did you try right clicking the Toolbox and selecting "Reset Toolbox"?
That should reset it to the defaults.
您还可以进入文件夹“C:\Documents and Settings\\Local Settings\Application Data\Microsoft\VisualStudio\9.0”并删除 *.tbd 文件。 我不得不这样做几次才能删除重复的项目,并且当重置工具箱在没有警告的情况下崩溃时。
You can also go into the folder "C:\Documents and Settings\\Local Settings\Application Data\Microsoft\VisualStudio\9.0" and delete the *.tbd files. I have had to do this a couple times to get rid of duplicate items and when Reset Toolbox crashes without warning.
“重置工具箱”对我来说不起作用。
在 Windows 7x64 上删除以下目录中的 *.tbd 对我有用...
C:\Users[当前用户]\AppData\Local\Microsoft\VisualStudio\10.0
"Reset Toolbox" didn't work out for me.
Deleting the *.tbd in the following dir on Windows 7x64 worked for me...
C:\Users[Current user]\AppData\Local\Microsoft\VisualStudio\10.0