I have written a 12,000 line 3D Shell designer for HPVs (Human Powered Vehicles). I used VS2010 because that's the last version that works with XNA (my rendering interface to DirectX) w/o kluges.
Your documentation does say it supports 2010 but I'm a bit stuck in this version for the target project (not the example, I could use 2008 or 2012 for the example, something I did not try).
I do reference the 4.0 .Net framework and have all the C++ dlls for 2008 thru 2012 installed.
I tried referencing the Runtime Version 4.0.30319 of:
Magick.NET-x64
Magick.Net.Core
Magick.Net.Wrapper-x64
When that errored, I tried the 2.0 "just cuz" but got the same error.
The program errors on the dll load when I try to convert a jpg to a pdf:
Could not load file or assembly 'Magick.NET-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec' or one of its dependencies. An attempt was made to load a program with an incorrect format.
Anything I can do to fix that? Apologize for the hassle.
Your documentation does say it supports 2010 but I'm a bit stuck in this version for the target project (not the example, I could use 2008 or 2012 for the example, something I did not try).
I do reference the 4.0 .Net framework and have all the C++ dlls for 2008 thru 2012 installed.
I tried referencing the Runtime Version 4.0.30319 of:
Magick.NET-x64
Magick.Net.Core
Magick.Net.Wrapper-x64
When that errored, I tried the 2.0 "just cuz" but got the same error.
The program errors on the dll load when I try to convert a jpg to a pdf:
Could not load file or assembly 'Magick.NET-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec' or one of its dependencies. An attempt was made to load a program with an incorrect format.
Anything I can do to fix that? Apologize for the hassle.