简体   繁体   中英

Force a C# Application to run in 32bit mode on a 64bit server

A client of ours is running an old version of our software which was built with "Any CPU" targeted. The software uses the Microsoft Tablet SDK which is a 32bit only application.

They are attempting to install this on a 64 bit pc and obviously having issues because of the 32bit SDK not being visible to our software running in 64bit mode.

Rebuilding their version of the software is not an option (source control screwup) but they are planning an upgrade in the future.

So i need a temporary workaround to force this application to run in 32 bit mode.

I've tried launching it from a 32bit command prompt but this still runs it in 64bit mode.

Any ideas?

尝试使用CorFlags.exe工具 ,强制以32位模式加载程序集。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM