I am using a third party COM component and the vendor has supplied both 32 and 64 bit versions of it. I want to build my .NET application for "any cpu" and have it invoke the 32 bit COM component if the process is 32 bit, or the 64 bit component in 64 bit mode.
Can anyone point me at any useful resources to describe how this process works? does it just happen by magic if I register the correct COM component?
Thanks
Andy