积极答复者
关于CRM中发布工作流出错的怪问题?

问题
答案
-
1. Go to IIS in CRM --> Right CRM website --> Properties --> Home Directory --> Copy the link in the Local Path --> Open the link copied just now --> Find the config.web file in this folder--> Open this file in notepad or Visual Studio
2. Please find the below entry in your web.configure file. If you could not find it. please add a new "authorizedType" entry as below to the "System.Workflow.ComponentModel.WorkflowComplier" in the "authorizedTypes" section in your web.configure.
<authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Globalization" TypeName="CultureInfo" Authorized="True"/>
3. Save the file and reset iis on your crm server.
4. Test if you can publish your workflow now.
5. If not, I suggested you to reinstall your rollup3 to see if this issue can be resolved.
Batistuta Cai-刀客 | 蔡敏生 | MS CRM MVP | Blog:http://caims.cnblogs.com- 已标记为答案 Batistuta CaiModerator 2009年11月13日 7:58
全部回复
-
1. Go to IIS in CRM --> Right CRM website --> Properties --> Home Directory --> Copy the link in the Local Path --> Open the link copied just now --> Find the config.web file in this folder--> Open this file in notepad or Visual Studio
2. Please find the below entry in your web.configure file. If you could not find it. please add a new "authorizedType" entry as below to the "System.Workflow.ComponentModel.WorkflowComplier" in the "authorizedTypes" section in your web.configure.
<authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Globalization" TypeName="CultureInfo" Authorized="True"/>
3. Save the file and reset iis on your crm server.
4. Test if you can publish your workflow now.
5. If not, I suggested you to reinstall your rollup3 to see if this issue can be resolved.
Batistuta Cai-刀客 | 蔡敏生 | MS CRM MVP | Blog:http://caims.cnblogs.com- 已标记为答案 Batistuta CaiModerator 2009年11月13日 7:58