Friday, May 31, 2013

CRM 2011 - Error importing solution package with plugin assemblies

At a client, there was an issue with importing a solution package from Development environment to a UTA, Training and Production envionment. Same symptoms everywhere: The solution package file could not be imported.
Error message: Assembly do not exist.

The solution package included all modified object s and dependencies, except security roles, field security profiles and workflows.

Resolution was to add a separate solution for the plugins and import that solution first.
All SDK messages are kept in the main solution package.

Cause to the issue is not yet identified.
Either the file size of the solution package exceeds limit of object size in IIS configuration or the CRM Developer Toolkit, which was used for deployment of plugins from VS2012 to Development solution, could have made some bindings to the plugin assemblies that are not compatible to the solution package.


Wednesday, May 8, 2013

CRM 2011 - Error for script on form in IE10

A coleague of mine had an issue with some scripts on form, fetching related data on selection of a lookup field.

In IE9 it works perfectly. But in IE10 the data are not fetched.
Now one solution is to add the url for CRM instance to lists of url's to be opened in compability view. The infrastrukcture are not in place for a GPO. Another solution was required.

Solution was straight forward:
In system settings, customizations the falg for "Open in most recent version of Internet Explorer" must be cleared.