VS包异常

发布于 2024-10-08 18:48:22 字数 225 浏览 4 评论 0原文

我正在开发 Visual Studio 的扩展,由于代码中的错误,IDE 崩溃了,现在每次我想要加载扩展时,我都会收到此消息:

Exception has been thrown by the target of an invocation

在它崩溃的那一刻,一切都工作正常加载扩展。崩溃仅与应用程序的逻辑有关。

我怎样才能再次加载扩展以便能够调试它?

I'm working on a extension for Visual Studio and because of a bug in my code, the IDE crashed, and now every time that i want to load the extension i receive this message:

Exception has been thrown by the target of an invocation

At the moment that it crashed, everything was working fine loading the extension. The crash is related only to the logic of the application.

How could I load the extension again to be able to debug it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

决绝 2024-10-15 18:48:22

我找到了一种将实验配置单元重新启动到默认状态的方法,现在我能够找到错误......
为了重置该配置单元,需要执行 Visual SDK 附带的实用程序“重置 Microsoft Visual Studio 2008 SP1 实验配置单元”

I found a way to restart the experimental hive to its defaults state, now i'm able to find the bug...
In order the reset that hive it need to be executed the utility "Reset the Microsoft Visual Studio 2008 SP1 Experimental hive" that comes with the Visual SDK

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文