I googled and found the latest compiled version of dcraw.exe here:
http://axelriet.blogspot.com/2009/01/ready-made-dcrawexe-8901417-20090121.html
I placed both copies, dcraw.exe, and dcraw64.exe in my bin folder (VS2015) where Magick.NET-Q8-AnyCPU.dll was sitting.
I found a CR2 file in my collections and I used the code under documentation
An exception of type 'ImageMagick.MagickBlobErrorException' occurred in Magick.NET-Q8-AnyCPU.dll but was not handled in user code
Additional information: unable to open image 'C:/Users/John/AppData/Local/Temp/magick-8560LBb9ZV85KNV-.ppm': No such file or directory @ error/blob.c/OpenBlob/3094
http://axelriet.blogspot.com/2009/01/ready-made-dcrawexe-8901417-20090121.html
I placed both copies, dcraw.exe, and dcraw64.exe in my bin folder (VS2015) where Magick.NET-Q8-AnyCPU.dll was sitting.
I found a CR2 file in my collections and I used the code under documentation
using (MagickImage image = new MagickImage(Server.MapPath("/GalleryImages/Masters/viennaball2009_153.CR2")))
{
image.Write(Server.MapPath("/GalleryImages/Masters/StillLife.jpg"));
}
```
This is the error I got:An exception of type 'ImageMagick.MagickBlobErrorException' occurred in Magick.NET-Q8-AnyCPU.dll but was not handled in user code
Additional information: unable to open image 'C:/Users/John/AppData/Local/Temp/magick-8560LBb9ZV85KNV-.ppm': No such file or directory @ error/blob.c/OpenBlob/3094