You are getting the BadImageFormatException because you are trying to load a x86 dll in a x64 application pool. Did you also replace the files in the ImageMagick directory? It seems that there is still a x86 dll in your bin directory.
↧