如何调试自定义活动设计器?
我有一个自定义工作流程活动,我为其编写了一个设计器。不幸的是,当我将活动从工具箱拖到工作流设计器表面时,出现错误(“无法生成...的视图”)。我怀疑我的设计器(在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以启动 VS2010 的第二个副本并将调试器附加到该实例来调试您的设计器。
You can start a second copy of VS2010 and attach the debugger to that instance to debug your designer.