Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: System.IO.FileNotFoundException: Could not load file or assembly 'Magick.NET-x64'

$
0
0
Did you install Magick.NET-x64 in the GAC on your server? I don't have experience with installing assemblies in the global assembly cache but it looks like your application cannot find Magick.NET-x64 in the GAC. Maybe you should add the following to your web.config:
<system.web><compilation><assemblies><addassembly="Magick.NET-x64, Version=6.0.0.0"PublicKeyToken="2004825badfa91ec"/></assemblies></compilation></system.web>

Viewing all articles
Browse latest Browse all 3693

Trending Articles