Is it necessary for the build machine to have Microsoft Office 2007 installed?

后端 未结 3 748
猫巷女王i
猫巷女王i 2020-12-17 21:55

Our app added functionality to allow users to import certain information from an excel spreadsheet (all users will have Office 2007 already).

The development machine

3条回答
  •  囚心锁ツ
    2020-12-17 22:38

    Just ask your devs to check all dll dependencies. This is a clear case of "it works on my machine" where you need to drag the devs to the machine where it is not working and point out that their documentation is lacking in the "dependencies department". If you have access to the source code or can run ILSpy on the assemblies you can propably track this down yourselve.

    Safe bet is that yo just install Excel, but this is hitting the problem with a sledge hammer. Your devs SHOULD know what is really needed.....

提交回复
热议问题