我正在使用MSWord api,问题是当我使用Visual Studio 2010编译代码并在安装了Microsoft Office 2010的VM上运行二进制文件(未安装Visual Studio工具)时,它运行正常。但是当我在VS15上编译相同的代码时,它在同一个VM上不起作用。 这是我不断得到的错误,
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Office.Interop.Word, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.
那么,有人可以解释一下问题所在。
仅供参考,当我在VM上放置Microsoft.Office.Interop.Word.dll时,它可以正常工作,但是在VS2010编译代码的情况下,无需复制此文件。