Reference for .NET-Application has different files for x86 and x64 - how load the correct version at runtime?

60 Views Asked by At

I use TAPIEx.Net in my application to connect to a TAPI-Driver. I compile my Application as AnyCPU. TAPIEx.Net has a x86 Version (TAPIEx.net.dll) and a x64 Version (TAPIex.net.x64.dll). For developing, I reference TAPIEx.net.x64.dll (because I develop in x64 Environment). But I am searching for the solution what I have to do, when a customer loads the application in 32bit-Environment?

0

There are 0 best solutions below