我有写的代码,工作fine.The代码涉及到传输图像以及文本到excel单元格,并在一个客户计算机上运行良好,她得到的错误:
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file spe
我开发了一个使用Microsoft.Office.Interop.Word参考版本14的动态链接库。我的机器上安装的Word版本是2010年。 Could not load file or assembly 'Microsoft.Office.Interop.Word version=14.0.0
我发现设置'Embed类型‘引用'True’可以解决这个问题,但是当我这样做时,当我在代码中使用Microsoft.Office.Interop.Word.ApplicationCla