Silverlight 2 & Dynamics CRM

I was doing some research on Silverlight 2 & Dynamics CRM integration and found this post by Humberto Lezama Guadarrama where he posts a sample project that demonstrates how to consume Dynamics CRM Services directly from Silverlight 2. I was getting an initialize error when I tried to run the code though. This post helped me fix that. Turns out, there were some inconsistencies in the namespace declarations in the project properties. I’ve modified the code and uploaded them here for those of you who want to straight away run it without having to do the MODs yourself.

http://cid-bdfb7845c22e26b6.skydrive.live.com/embedrow.aspx/Projects/CRMSilverlightDirect-MOD.zip

Note: to run the project, you should have Dynamics CRM installed and you’ll need to modify the server name and org name in the code to get it to work.

Leave a comment