zoukankan      html  css  js  c++  java
  • 部署带有Code Behind的InfoPath表单作为WF中的Task Form注意事项

    问题描述:

    根据关联的ID在Log中找到如下信息

    InfoPath Forms Services        Runtime                        8gec Exception Unhandled exception when rendering form System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:/Program Files/Common Files/Microsoft Shared/Web Server Extensions/14/Template/Features/Mingle_Feature1/Module1/SIR RSR Task Form.dll' or one of its dependencies. The system cannot find the file specified.  File name: 'file:///C:/Program Files/Common Files/Microsoft Shared/Web Server Extensions/14/Template/Features/MingleWF_Feature1/Module1/Mingle Task Form.dll'

    备注:其中MingleWF为工作流项目的名称。

    处理办法:手工拷贝Mingle Task Form.dll文件到C:/Program Files/Common Files/Microsoft Shared/Web Server Extensions/14/TEMPLATE/FEATURES/MingleWF_Feature1/Module1,然后在VS2010中重新执行Deploy即可。

  • 相关阅读:
    有序表查找
    遍历二叉树
    二叉树
    [Oracle]使用InstantClient访问Oracle数据库
    [部署]CentOS yum源
    [部署]CentOS安装PHP环境
    [部署]CentOS安装MariaDB
    [部署]CentOS安装apache
    Metrics.NET源码阅读笔记
    [JavaScript]catch(ex)语句中的ex
  • 原文地址:https://www.cnblogs.com/mingle/p/2308231.html
Copyright © 2011-2022 走看看