Integration between Dynamics CRM and SharePoint has been possible since version 3.0 but involved custom extensions that often proved tricky to maintain. Dynamics CRM 2011 now provides SharePoint integration out of the box.
This post provides a summary of this new integration with SharePoint 2010.
... [More]
Have you ever uploaded a Dynamics CRM Plug in and then later wanted to get the assembly that was uploaded? The following steps are to modify the Plugin Registration Tool found in the CRM SDK to allow export of assemblies once they are uploaded.
1. In the file OrganisationHelper.cs
Modify th... [More]
Today I was trying to register a Plugin to Dynamics CRM 2011, and I received the following error:
System.Runtime.InteropServices.COMException: Microsoft Dynamics CRM has experienced an error.
Reference number for administrators or support: #63F08CDB
Using the platform trace, I tracked it down to... [More]
After installing a CRM 4.0 ISV Add-on to my Dynamics CRM 2011 Beta 1 server (foolish I hear you say!), I was presented with the following:
Server Error in Application "MICROSOFT DYNAMICS CRM"Internet Information Services 7.5
Error Summary
HTTP Error 404.0 - Not Found
The resource you a... [More]
Having recently upgraded to a Windows Phone 7 HTC HD7, I paired the phone with my laptop via Bluetooth.
Imagine my surprise when a call came in that it was auto answered, and my laptop was acting as a hands-free headset!
To prevent this from happing:
From within Windows 7 on your ... [More]
If you chose to use Windows Update for your installation of Dynamics CRM 2011 beta 1, recently you will have been prompted with the option to install KB2439176. This changes the version:
5.0.9585.106 Beta 1
5.0.9585.110 Beta 1 with KB2439176
There appears to be little or no b... [More]
Since importing CRM 4 customisations xml is not possible with Dynamics CRM 2011 Beta 1, using the import organisation wizard is the only option. During development, I’ve found that there is no way of importing and upgrading a CRM 4.0 organisation more multiple times. Once you import and upgrad... [More]