We are using a third-party assembly that seems to compile as AnyCPU.
However, we have a number of installations of our application, where this leads to problems. This third-party build uses the oracle data library and will not work on 64-bit machines where only the 32-bit oracle client is installed.
Installing an additional 64-bit oracle client will be possible, but also expensive (it takes a lot of time, many machines need to be updated, etc.)
Is there any way to make the AnyCPU.Net assembly run as 32-bit without recompiling?
user1443957
source
share