x86 with COM Interop Compiled on x64

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: x86 with COM Interop Compiled on x64

x86 with COM Interop Compiled on x64

by wasyl » Thu Mar 19, 2015 7:56 am

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?

Top