c# - Using Side-by-Side assemblies to load the x64 or x32 version of a DLL - Stack Overflow
We have two versions of a managed C++ assembly, one for x86 and one for x64. This assembly is called by a .net application complied for AnyCPU. We are deploying our code via a file copy install, ... ... A difference to the solutions using Resolver is that...