MS Visual Studio“包加载失败” 错误
安装最新的 VisualSVN(v. 1.5.2)后打开 VS 2005 时,我收到“包加载失败”错误。 有人遇到这个错误吗? 是否有任何工具可以帮助识别哪个包未加载和/或帮助卸载特定包?
I'm receiving "Package Load Failure" error when I open VS 2005 after I installed the latest VisualSVN (v. 1.5.2). Anyone facing this error? Is there any tool out there to help identify which package didn't load and/or help unload a specific package?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
安装 Visual Studio SDK 将安装“包负载分析器”包。 这使您可以查看哪些包加载失败以及原因。
Installing the Visual Studio SDK will install the "Package Load Analyzer" package. This allows you to see what package failed to load and why.
你的临时文件夹中应该有 VisualSVN 日志文件(有点像
“C:\Documents and Settings\\Local
Settings\Temp\VisualSVN-2007-06-02-00-01-416.log”)。
您在该文件中看到任何有帮助的内容吗?
There should be VisualSVN log files in your temp folder (somewhat like
"C:\Documents and Settings\\Local
Settings\Temp\VisualSVN-2007-06-02-00-01-416.log").
Do you see anything in that file that helps?