I have a small application that I wrote that imports both the iTunes COM and MediaMonkey COM interfaces. The application is designed and built on my x64 laptop, but works on my media PC, which is x86. It works fine on an x64 machine, but when I try to run it on an x86 media PC, it does not load. If I disable the MediaMonkey part, it works fine with iTunes, but I cannot get it to work with MediaMonkey COM turned on.
The application is compiled for the .NET framework 4.0 and as x86 specifically.
Any ideas what I can do wrong?
source share