CRM 4WorkingWithDynamicsCrm4.Plugin如何调试?
我使用CRM 4.0和VS 2008。我安装了CRM SDK和WorkingWithCRM4.Plugin (http://www.microsoft.com/mspress/companion/9780735623781/)。
我设法使用我从 SDK 获取的 PluginRegistration.exe 工具来部署我认为该插件的 dll。
我尝试使WorkingWithCRM4.Plugin 中的示例代码正常工作。问题是,似乎什么也没有发生。我尝试调试代码,但似乎无法附加到正确的进程(w3wp.exe)或未调用执行事件。有谁有以下方面的经验:WorkingWithCRM4.Plugin 并告诉我如何使其工作或调试?
I use CRM 4.0 and VS 2008. I installed the CRM SDK and WorkingWithCRM4.Plugin (http://www.microsoft.com/mspress/companion/9780735623781/).
I managed to deploy I think the plugin's dll with the PluginRegistration.exe tool which I for from the SDK.
I try to make the sample code from the WorkingWithCRM4.Plugin to work. The problem is, nothing seems to happen. I try to debug the code, but it seems I can't attach to the right process (w3wp.exe) or the Execute event is not called. Does anybody has experience with: WorkingWithCRM4.Plugin and tell me how can make it work or debug?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些是我要做的步骤:
注意:有时,如果出现问题,您可能需要执行iisreset。
These are the steps I do:
Note: Sometimes you may have to to do an iisreset if there is something wrong.