简体   繁体   English

64位环境中的32位办公组件

[英]32 bit office component in 64 bit environment

we are upgrading some 32 bit C# windows applications to 64 bit. 我们正在将一些32位C#Windows应用程序升级到64位。 There are some office interop components (like Microsoft.Office.Interop.Excel ) used in it currently. 当前使用了一些Office互操作组件(例如Microsoft.Office.Interop.Excel )。 Will it cause any issues if we use the same components in the 64 bit environment also? 如果我们还在64位环境中使用相同的组件,是否会引起任何问题?

You will not be able to mix 32 and 64. I have several utilities that I have written to support a legacy Access97 database based application. 您将不能混合使用32和64。我编写了一些实用程序,以支持基于Access97数据库的遗留应用程序。 Everything has to be 32 bit in the equation or it just won't work. 方程中的所有内容都必须为32位,否则将无法正常工作。 You can't mix the two. 您不能将两者混在一起。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 64 位和 32 位环境的 DLL 创建 - DLL Creation for 64 Bit & 32 Bit Environment 64位操作系统和32位MS Office问题 - 64 bit OS with 32 bit MS office issue 注册表在Office 2007 64位和2010 32位中读取不同 - Registry read different in office 2007 64 bit and 2010 32 bit 调试在64位环境中运行的32位应用程序 - Debugging 32 bit application running in 64 bit environment 32位环境下64位变量的原子增量 - Atomic increment of 64 bit variable on 32 bit environment 目标32位或64位本机DLL取决于环境 - Target 32 Bit or 64 Bit native DLL depending on environment Microsoft Office Interop Excel在Windows 2008 64bit和Office 2007 32bit上无法关闭 - Microsoft Office Interop Excel is not closing on windows 2008 64bit and office 2007 32bit 在 64 位和 32 位寄存器中搜索程序会得到 32 位 - Searching programs in 64 bit and 32 bit registers results in 32 bit 我已经使用Visual Studio Express C#为2010 Office(64位)编写了Excel代码,如何在2010 Office(32位)上运行它? - I have written excel code for 2010 Office (64 bit) with visual studio express c#, how to run it on 2010 office (32 bit)? DriverPackagePreinstall可在64位(编译为32位)上工作 - DriverPackagePreinstall to work on 64 bit (compiled to 32 bit)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM