What actually happened is the the following line has been removed from web.config for CRM Web Application.
<authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Globalization" TypeName="CultureInfo" Authorized="True"/>
So what you need to do is adding the above line under <authorizedType> Node in web.config and execute IISReset /Noforce .
That’s it.
No comments:
Post a Comment