Posted by Daryl Orwin in SharePoint, SharePoint 2010
on May 5th, 2012 | 0 comments
Ran into this error when running the SharePoint Foundation 2010 configuration wizard
The issue was that a website in IIS had an IPV6 binding. Apparently the team that built the wizard never thought to test on a machine with an IPV6 binding, they also still haven’t released a patch / update for this.
How does something like this get past QA? Seriously.
Posted by Daryl Orwin in CRM, CRM 2011, CRM 4.0
on May 2nd, 2012 | 0 comments
Hello,
I’ve recently come across an issue where we had a third-party plugin that would not unregister using the registration tool or the web interface. The error message inner details are as follows:
System.IO.FileLoadException: Microsoft Dynamics CRM has experienced an error
After much trial and error, and with some help from Microsoft support we were able to determine that the server did not have Microsoft.Crm.Sdk.dll (x64) installed in the GAC. Now I won’t go into the obvious question of why it needs to have the old SDK dll in order to unregister a plugin (the new one is supposed to be...