<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>James Zhou's blog - MS CRM</title><link>http://blog.csdn.net/jameszhou/category/319971.aspx</link><description>Microsoft CRM</description><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 21 Apr 2008 11:27:40 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>James Zhou</dc:creator><title>MS CRM Customization - 在CRM Web中添加按钮及集成扩展程序</title><link>http://blog.csdn.net/jameszhou/archive/2007/08/02/1721859.aspx</link><pubDate>Thu, 02 Aug 2007 00:20:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2007/08/02/1721859.aspx</guid><wfw:comment>http://blog.csdn.net/jameszhou/comments/1721859.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2007/08/02/1721859.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jameszhou/comments/commentRss/1721859.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1721859</trackback:ping><description>这里有一篇文章用一个示例描述了如何在CRM Web中添加一个自定义按钮，由此按钮来触发定制的扩展Web程序。&lt;img src ="http://blog.csdn.net/jameszhou/aggbug/1721859.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>James Zhou</dc:creator><title>MS CRM Callouts Tip - 调用WCF service in CRM 3 Callouts (.net 1.1)</title><link>http://blog.csdn.net/jameszhou/archive/2007/07/30/1717988.aspx</link><pubDate>Mon, 30 Jul 2007 23:39:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2007/07/30/1717988.aspx</guid><wfw:comment>http://blog.csdn.net/jameszhou/comments/1717988.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2007/07/30/1717988.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jameszhou/comments/commentRss/1717988.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1717988</trackback:ping><description>由于CRM 3 基于.net 1.1平台，因此Callouts也必需在此平台下开发，在公司的一个项目中，曾经想在Callouts中调用一个WCF service，但是使用WSDL.exe生成 service proxy class(添加web 引用)时总是失败，当时一直没有找到解决办法，最终放弃了。&lt;img src ="http://blog.csdn.net/jameszhou/aggbug/1717988.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>James Zhou</dc:creator><title>MS CRM Callouts Tip - Avoid Dead Loop in Callouts</title><link>http://blog.csdn.net/jameszhou/archive/2007/07/24/1706321.aspx</link><pubDate>Tue, 24 Jul 2007 21:28:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2007/07/24/1706321.aspx</guid><wfw:comment>http://blog.csdn.net/jameszhou/comments/1706321.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2007/07/24/1706321.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jameszhou/comments/commentRss/1706321.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1706321</trackback:ping><description>Problem: If you call CRM web service to update an entity in this entity's  PostUpdate event handler, you may get a dead loop in your callouts. This problem is not easy to find out as the way you debug the Callouts. If you get a blank page in CRM Web UI after some Callouts is triggered, check Windows Event Logs and you may find an error saying something has timeouted.&lt;img src ="http://blog.csdn.net/jameszhou/aggbug/1706321.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>James Zhou</dc:creator><title>MS CRM Callouts Tip - 在Callouts中调用log4net</title><link>http://blog.csdn.net/jameszhou/archive/2007/07/17/1696114.aspx</link><pubDate>Tue, 17 Jul 2007 22:28:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2007/07/17/1696114.aspx</guid><wfw:comment>http://blog.csdn.net/jameszhou/comments/1696114.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2007/07/17/1696114.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jameszhou/comments/commentRss/1696114.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1696114</trackback:ping><description>CRM中的Callouts未处理的异常信息会被CRM Server记录在Windows的Event Log中，如果要通过log4net实现异常记录，会遇到一个问题 - 在WinForm 程序或者 ASP.NET程序中使用log4net，需要在config文件中配置 log4net 所需的配置节。Callouts作为Class Library 如何来指定其所需的log4net配置节？&lt;img src ="http://blog.csdn.net/jameszhou/aggbug/1696114.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>James Zhou</dc:creator><title>MS CRM Callouts Tip - Debug and Development</title><link>http://blog.csdn.net/jameszhou/archive/2007/07/16/1694204.aspx</link><pubDate>Mon, 16 Jul 2007 23:40:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2007/07/16/1694204.aspx</guid><wfw:comment>http://blog.csdn.net/jameszhou/comments/1694204.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2007/07/16/1694204.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jameszhou/comments/commentRss/1694204.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1694204</trackback:ping><description> a Debug tool for CRM Callouts;Use Visual Studio 2005 to develop Callouts for CRM 3.0;DateTime format used internally in CRM


&lt;img src ="http://blog.csdn.net/jameszhou/aggbug/1694204.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>