It looks like you are trying to load an 64-bit dll in a 32-bit process. Not sure why that is happening, I remember that there was an issue with IIS express. Are you using that?
The MagickImageCollection class is for an image that has multiple frames (e.g. GIF/PSD). You will need to get all the file names from the directory and read them with a MagickImage or a MagickImageCollection.
The MagickImageCollection class is for an image that has multiple frames (e.g. GIF/PSD). You will need to get all the file names from the directory and read them with a MagickImage or a MagickImageCollection.