• 异常详细信息: System.IO.FileLoadException: 未能加载文件或程序集“Office, Version=7.0.3300.0,


    导出Excel程序调试起来很正常,发布到服务器上却出错。 

    错误:未能加载文件或程序集“Office, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)

      原因:程序中使用的Excel.dll是office2003的程序集生成的, 我服务器上安装的是office2007,版本不匹配。 

     解决方案:把office2007目录下的Excel.exe重新生成Excel.dll  ,工具是TlbImp.exe ,安装Visual Studio的各版本都有。 

       方法:1.本人的是VS2010,TlbImp.exe在目录G:Program FilesMicrosoft SDKsWindowsv7.0Ain下,在系统控制台转到这个路径,把Excel.exe也拷贝到这个路径下,命令:TlbImp.exe Excel.exe    如图:



    在路径下可以找到已经生成的Excel.dll 。好那就拷贝到Bin目录下,加入到项目引用中,调试成功,错误消失 。

  • 相关阅读:
    Length of Last Word
    Remove Duplicates from Sorted Array II
    Sum Root to Leaf Numbers
    Valid Parentheses
    Set Matrix Zeroes
    Symmetric Tree
    Unique Binary Search Trees
    110Balanced Binary Tree
    Match:Blue Jeans(POJ 3080)
    Match:Seek the Name, Seek the Fame(POJ 2752)
  • 原文地址:https://www.cnblogs.com/opop/p/6559788.html
Copyright © 2020-2023  润新知