本地帮助在 Visual Studio 2005 中不起作用
Visual Studio 2005 中的本地帮助永远不会返回任何内容。 另外,如果我没有连接到互联网,我当然什么也得不到。 当我运行 dexplore 最终它占用 100% 的 cpu 。 另外,F1 帮助不起作用(当然)。 我已经在其他命令中修复了VS 2005、MSDN。
任何帮助将不胜感激!
谢谢 -蒂姆
The local help in Visual Studio 2005 never comes back with anything. Also, if I'm not connected to the Internet, of course I get nothing. When I run dexplore eventually it takes 100% of cpu. Also, the F1 help doesn't work (of course). I've repaired both VS 2005, MSDN in other orders.
Any help will be appreciated!
THanks
-tim
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是一直存在的问题还是最近才出现的问题? 您可能需要卸载并重新安装 VS。 您可以花几个小时来解决这个问题,但这可能是您最快的选择。
Is this something that has always been an issue or just recently? You may have to uninstall and reinstall VS. You could work on this problem for hours but this may be your fastest option.
VS中有一个使用本地帮助的设置,位于“工具”>“本地帮助”。 选项> 帮助> 在线(至少在VS2008中)。
另外,您安装的帮助包之一可能有问题。 Microsoft 有一个工具Namespace Sharp,可以帮助您检查和修复帮助系统。
There's a setting in VS to use local help at Tools > Options > Help > Online (at least in VS2008).
Also, you might have a problem with one of the help packages installed. Microsoft has a tool, Namespace Sharp, that will help you check and repair your help system.
我安装了本地帮助,但直到我退出 VS 2010 后它才出现,然后从任务管理器中对 HelpLibAgent.exe 执行“结束进程树”。 然后所有下载的本地帮助终于出现了。
I installed the Local Help, but it did not appear until I quit VS 2010, and then from Task Manager, performed an "End process tree" on HelpLibAgent.exe. Then all the downloaded local help finally appeared.