You probably have to add the assembly to the web.config You should edit your web.config and add the folllowing:
<system.web><compilation><assemblies><addassembly="Magick.NET-x64"/></assemblies></compilation></system.web>