问题描述:
在流程管理的后台,多次保存表单后。表单对应的流程在发起流程的页面无法找到。
问题原因:
USP_Flow_AutoAddMain存储过程中有一条查询语句逻辑不准确。
处理:
运行更新文件,修复USP_Flow_AutoAddMain。
USP_Flow_AutoAddMain.zip (1.3KB)
访问页面/FlowDesigner/StepImage.ashx,报如下错误:
Unable to generate a temporary class (result=1).
error CS0200: Property or indexer 'Beyondbit.FlowDesigner.Models.DesignData.SpyNodes' cannot be assigned to -- it is read only
error CS0200: Property or indexer 'Beyondbit.FlowDesigner.Models.DesignData.SpyNodes' cannot be assigned to -- it is read only
error CS0200: Property or indexer 'Beyondbit.FlowDesigner.Models.DesignData.SpyNodes' cannot be assigned to -- it is read only
error CS0200: Property or indexer 'Beyondbit.FlowDesigner.Models.SpyNode.NodeTasks' cannot be assigned to -- it is read only
解决方案:
需要在服务器上面安装.Net Framework 4.5