A new version of the rollup 2 for Microsoft Dynamics CRM 4.0 has been released, it corrects some errors about string localization and custom web.Config.
you can download it here
Friday, February 13, 2009
French blog for french people
I just opened a blog in french, just to post the same articles as in this blog, but in french.
the link : http://mscrmtools.spaces.live.com
the link : http://mscrmtools.spaces.live.com
Monday, February 9, 2009
Unable to publish workflows after having installed Rollup
Hi,
I got the following problem after rollup installation: I couldn't publish my workflow anymore...
The answer came from a Dynamics CRM Forum post:
Open web.Config file of CRM website and add the following line to the authorizedTypes Xml node:
<authorizedtype authorized="True" typename="CultureInfo" namespace="System.Globalization" assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
Do an IISReset
The publication should work!
I got the following problem after rollup installation: I couldn't publish my workflow anymore...
The answer came from a Dynamics CRM Forum post:
Open web.Config file of CRM website and add the following line to the authorizedTypes Xml node:
<authorizedtype authorized="True" typename="CultureInfo" namespace="System.Globalization" assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
Do an IISReset
The publication should work!
Subscribe to:
Posts (Atom)