c# - ImageMagick.NET 'Could Not Load File or Assembly' -


i'm trying set imagemagick.net visual studio 2012. i've done research seems common issue whereby visual studio not recognizing dependencies of imagemagick.net (it recognizes .net dll fine judging auto complete). took steps suggested in threads such this:

http://imagemagick.codeplex.com/discussions/66874

whereby .net dll referenced within project, making sure take note chose 16-numbered build, downloading 6.5.3-10 versioned dependencies following link:

http://image_magick.veidrodis.com/image_magick/binaries/

which installs dlls , places them automatically on system path shouldn't theoretically have copy dll's install directory project.... have done, in several different locations, including project root, bin, debug , x86 directories, etc. made sure building x86 machines, seems architecture supported dll. yet despite measures, no dice! appreciate if has further insight why might happening way is. i'm building c# project , trying initialize project within windows 8 grid app template.

thanks in advance!

edit: apologize in not being explicit error message receiving:

exception: thrown: "could not load file or assembly 'imagemagicknet.dll' or 1 of dependencies. specified module not found."


Comments

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -