• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
MSCRM janmson
MS CRM顾问及二次开发
博客园    首页    新随笔    联系   管理    订阅  订阅

When you publish a workflow in Microsoft Dynamics CRM 4.0 after you install Update Rollup 2, you receive Error message

When you publish a workflow in Microsoft Dynamics CRM 4.0 after you install Update Rollup 2, you may receive the following error message:
The selected workflow has errors and cannot be published. Please open the workflow, remove the errors and try again.

If platform tracing is enabled, you may see the following error message:
Type System.Globalization.CultureInfo is not marked as authorized in the application configuration file., ErrorCode: -2147201023

To resolve this issue, open the Microsoft CRM Web site Web.config file in a text editor such as Notepad, and then add the following lines to the authorizedTypes section:

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

參見http://support.microsoft.com/kb/959419

Known issue after you install Update Rollup 2

When you publish a workflow in Microsoft Dynamics CRM 4.0 after you install Update Rollup 2, you may receive the following error message:

The selected workflow has errors and cannot be published. Please open the workflow, remove the errors and try again.
If platform tracing is enabled, you may see the following error message:
Type System.Globalization.CultureInfo is not marked as authorized in the application configuration file., ErrorCode: -2147201023
To resolve this issue, open the Microsoft CRM Web site Web.config file in a text editor such as Notepad, and then add the following lines to the authorizedTypes section:
…

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

</authorizedTypes>

posted @ 2009-10-16 10:56  韩建兴  阅读(275)  评论(0)    收藏  举报
刷新页面返回顶部
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3