Modify web.config after installing rollup

Hello,

After you install Rollup for MSCRM, you should add below lines for CRM to work properly. Especially workflows encounter problem (you can not publish workflows) if you do not add below lines:

<authorizedType Assembly=”mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089″ Namespace=”System” TypeName=”Void” Authorized=”True”/>

<authorizedType Assembly=”mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089″ Namespace=”System” TypeName=”Math” Authorized=”True”/>

<authorizedType Assembly=”mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089″ Namespace=”System.Globalization” TypeName=”CultureInfo” Authorized=”True”/>

<authorizedType Assembly=”Microsoft.Crm.SdkTypeProxy, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35″ Namespace=”Microsoft.Crm.SdkTypeProxy” TypeName=”CrmService” Authorized=”False”/>

<authorizedType Assembly=”Microsoft.Crm.SdkTypeProxy, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35″ Namespace=”Microsoft.Crm.SdkTypeProxy.Metadata” TypeName=”MetadataService” Authorized=”False”/>

These lines shoud be added under <authorizedTypes> node which is a child node of <System.Workflow.ComponentModel.WorkflowCompiler>.

The source of this information can be found here.

Advertisement

About convar

Cem Onvar works as CRM Team Leader at Tradesoft Business Services, in Turkey. Cem has been working on Microsoft Dynamics CRM since version 3.0, and has a strong knowledge about the product. He has been awarded Microsoft Dynamics CRM and SQL Server Certificates. His knowledge is extensive and focused on Microsoft technologies.
This entry was posted in 4.0, MSCRM, Setup & Installation. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s