I'm not sure if this is of any help ... so please excuse me if I'm off base... To use a 32 bit assembly on a 64 bit machine, you can set your application's Platform target to x86 in your build settings. This will force all assemblies to load as 32 bit and will prevent 'assembly not found' type of exceptions (if that's your problem).