I have a Windows Forms app that uses Magick.NET DLL. I'm doing my development on a 64-bit Windows 7 platform. And my application runs perfectly.
However I have a few users that are still on 32-bit Windows 7. My app also works perfectly on their machine also except when I call Magick.NET interfaces and I get:-
Could not load file or assembly 'Magick.NET-x64, Version=6.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec' or one of its dependencies.
I'm using .NET4.0 with the Magick.NET-x64.DLL and my app is set to compile for "Any CPU".
I'm afraid I don't understand process interoperability too well. What am I doing well. How can I make my Windows Forms app be backwards compatible with 32-bit Windows 7 machines?
Thanks
However I have a few users that are still on 32-bit Windows 7. My app also works perfectly on their machine also except when I call Magick.NET interfaces and I get:-
Could not load file or assembly 'Magick.NET-x64, Version=6.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec' or one of its dependencies.
I'm using .NET4.0 with the Magick.NET-x64.DLL and my app is set to compile for "Any CPU".
I'm afraid I don't understand process interoperability too well. What am I doing well. How can I make my Windows Forms app be backwards compatible with 32-bit Windows 7 machines?
Thanks