标准工具箱在 Visual Studio 2008 Sp1 上消失了?
我有 Visual Studio Team System 2008,并且已将其升级到 Visual Studio Team System 2008。但是,安装后,标准工具箱已消失。我怎样才能让它再次可见/启用以使用 VS 2008 的拖放功能。 问候 巴克
I have had Visual Studio Team System 2008 and I have upgraded it to Visual Studio Team System 2008. But, after installation, the standard tool box have been diseapeard. How could I make it visible/enabled again to use the drag and drop feature of VS 2008.
Regards
BK
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
确保您没有在调试模式下运行,因为这肯定会导致工具箱消失并且不支持拖放。
此外,如果您没有查看支持该工具箱的文件类型或没有打开一个项目,该工具箱也不会出现。
要在 VS 2008 中显示工具箱,请转到“视图”菜单并选择“工具箱”或按 CTRL+Alt+X。
Make sure you're not running in debug mode, as that will certainly cause the toolbox to disappear and not support drag and drop.
Also, the toolbox won't be there if you're not looking at a file type that supports it or have a project open.
To show the toolbox in VS 2008 go to the View menu and select Toolbox or hit CTRL+Alt+X.
我找到了答案:
-关闭Visual Studio
- 输入“Run”Cmd以启动Commander:
-在下面写下:
devenv /ResetSkipPkgs
输入!
就这样! :)
问候
I found the answer:
-Close Visual Studio
-Enter "Run" Cmd to intilize the Commander:
-Write this below:
devenv /ResetSkipPkgs
Enter !
That's all! :)
Regards
窗口菜单,重置窗口布局?
Window menu, Reset Window Layout?