Thanks! That looks promising. But I'm still having trouble, I installed the package using NuGet. Now on my 64-bit dev machine I see Magick.NET-AnyCPU in my References. And I see Magick.NET-AnyCPU.dll in my list of "Application Files" with PublishStaus=Include, DownloadGroup=required, Hash=Include.
Yet when I Publish (with OneClick) and install the Windows Forms app on my 32-bit machine I'm now getting the following error (when I call a Magick.NET interface):-
Message : Failed to load embedded assembly: Could not load file or assembly 'Magick.NET-Q16-x86.dll' or one of its dependencies. The specified module could not be found.
What am I missing?
Yet when I Publish (with OneClick) and install the Windows Forms app on my 32-bit machine I'm now getting the following error (when I call a Magick.NET interface):-
Message : Failed to load embedded assembly: Could not load file or assembly 'Magick.NET-Q16-x86.dll' or one of its dependencies. The specified module could not be found.
What am I missing?