The AnyCPU library will try to write it's embedded assembly to a temporary directory but it seems it is not allowed to write anything there. You can set the directory with the following property:
MagickAnyCPU.CacheDirectory = @"C:\path\to\your\temp\directory";