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即可。

  • 相关阅读:
    ubuntu开机启动
    我的linux之路
    继承
    oracle 10g win7 win8 下的安装
    Java 安全检测
    BigDecimal 四舍五入
    Java Map 便利
    java split . |
    java 爬虫 Jsoup
    获取当前路径
  • 原文地址:https://www.cnblogs.com/mingle/p/2308231.html
Copyright © 2011-2022 走看看