问题描述
我们在WCF服务中使用了一些OpenXML SDK程序集。其中一些包括如下:
We are using some of the OpenXML SDK Assemblies within our WCF Service. Some of these include as below:
DOCUMENTFORMAT.OPENXML
DOCUMENTFORMAT.OPENXML.EXTENSIONS
DOCUMENTFORMAT.OPENXML
DOCUMENTFORMAT.OPENXML.EXTENSIONS
我们建议迁移我们的服务为64位。目前,它们被编译为x86并在IIS中运行,并启用了启用32位标志。想要了解特定于平台的OpenXML SDK DLL是否与这些平台无关?
We are proposing to migrate our Services to 64-bit. Currently they are compiled as x86 and run in IIS with the Enable 32-bit flag enabled. Wanted to understand if the OpenXML SDK DLLs specific to a platform or are these platform agnostic?
推荐答案
AFAIK,Open XML SDK Dlls并非特定于某个平台。您可以尝试迁移并检查是否有任何问题。
AFAIK, Open XML SDK Dlls are not specific for a certain platform. You could try to migrate and check if there is any problem.
此外,您可以访问类似的主题:
Besides, you could visit the similar thread:
此致,
Celeste
这篇关于OpenXML SDK程序集和64位支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!