摘要: - 部署路径:C:\Program Files\Microsoft Dynamics CRM\Server\bin\assembly 将部署文件拷贝到这个目录下,并将该目录设置为everyone可写。 使用"PluginRegistration.exe"注册 ... 阅读全文
posted @ 2009-03-30 21:31 Eric's Yang 阅读(452) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 public void CreateEntity(ICrmService service) 2 { 3 //variable initialization 4 DynamicEntity ... 阅读全文
posted @ 2009-03-30 21:23 Eric's Yang 阅读(232) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 public void UpdateEntity(ICrmService service) 2 3 { 4 5 //variable initialization 6 7 ... 阅读全文
posted @ 2009-03-30 21:21 Eric's Yang 阅读(236) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 public void DeactivateEntity(Guid entityId) 2 { 3 //variable initialization 4 SetSta... 阅读全文
posted @ 2009-03-30 21:17 Eric's Yang 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 原因:由于操作系统的端口被咱用光了。 修改操作系统相关参数: 开始-->运行-->regedit 1、HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters\MaxUserPort 增加MaxUserPort word,值为65534 2、HKEY_LOCAL_MACHINE\System\Curre... 阅读全文
posted @ 2009-03-30 21:07 Eric's Yang 阅读(767) 评论(0) 推荐(0) 编辑