- Workflow rules do not run (errors can be found in the event log, pointing you at workflow monitor, but nothing useful can be found in workflow monitor)
- Bulk import operations never go beyond pending, even though the workflow service is running
- When starting Workflow Manager on the CRM server you get an error message 'Workflow Manager cannot start...configuration file is corrupted'
- You cannot attach to the CrmWorkflowService to debug workflow assemblies with Visual Studio .Net 2003
This can be because the Crm Workflow Service is running with the 'wrong' version of the .Net Framework. To correct this, create a text file with the following (case-sensitive) text:
<configuration>
<startup>
<supportedRuntime version="v1.1.4322"/>
</startup>
</configuration>
Save the file as CrmWorkflowService.exe.config in the
0 comments:
Post a Comment