如何调试自定义活动设计器?

发布于 2024-12-08 19:14:41 字数 164 浏览 0 评论 0原文

我有一个自定义工作流程活动,我为其编写了一个设计器。不幸的是,当我将活动从工具箱拖到工作流设计器表面时,出现错误(“无法生成...的视图”)。我怀疑我的设计器(在 Visual Studio 内运行)中的某些代码有问题。

如何在设计器中调试代码?由于它通常在 VS 内部运行,所以我不知道如何继续。

I have a custom workflow activity for which I've written a designer. Unfortunately, when I drag my activity from the toolbox onto the workflow designer surface, I get an error ("Could not generate view for ..."). I suspect that some code in my designer (which is running inside of Visual Studio) is at fault.

How can I debug the code in the designer? Since it normally runs inside of VS, I'm not sure how to proceed.

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

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

发布评论

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

评论(1

逆蝶 2024-12-15 19:14:41

您可以启动 VS2010 的第二个副本并将调试器附加到该实例来调试您的设计器。

You can start a second copy of VS2010 and attach the debugger to that instance to debug your designer.

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