Is there any solution to the problem of deploying a single application compiled with target platform as AnyCPU that rely on a .NET wrapper of legacy C++ code to both x86 and x64 operating systems? Do you need in all cases to provide two application executables one compiled with target platform as x86 and the other with x64 respectivaly referencing the x86 wrapper and the x64 wrapper?
Thanks!