x86 with COM Interop Compiled on x64

This forum is for questions / discussions regarding development of addons / tweaks for MediaMonkey for Windows 4.

Moderators: Gurus, Addon Administrators

wasyl
Posts: 1
Joined: Mon Oct 20, 2014 7:50 am

x86 with COM Interop Compiled on x64

Post by wasyl »

Hi

I have a small application that I wrote that imports both the iTunes and MediaMonkey COM interfaces. The app is developed and built on my laptop with is x64 but run on my media PC which is x86. It runs perfectly fine on the x64 machine, but when I try to run it on the x86 media PC it fails to load. If I disable the MediaMonkey part it works fine with iTunes, but I cannot get it to work with the MediaMonkey COM enabled.

The application is compiled for .NET framework 4.0 and as x86 specifically.

Any ideas what I might be doing wrong?
Last edited by Lowlander on Thu Mar 19, 2015 10:26 am, edited 1 time in total.
Reason: Moved to correct Forum