I\'m creating a C#.Net application which I want to be able to compile for \"All CPUs\". I also want to include a specific ActiveX control in the UI of this app, but the Acti
You can't load 32 bit components in a 64 bit application, but you can wrap the component in its own process and use IPC to leverage the features of the component. Of course this may not be feasible depending on the actual component.