Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: ImageMagick.NET - Failed to load embedded x64 assembly

$
0
0
I'm getting this same error on my Windows 7 (32bit) machine, and it was compiled on Windows 8 (64), but I have the AnyCPU dll. I installed / updated the C++ Redistributable...

Here's the error:

System.TypeInitializationException: The type initializer for 'SeaRisen.FrameITLib.Files.Images.ImageFactoryXL' threw an exception. ---> System.InvalidOperationException: Failed to load embedded x64 assembly: Failed to load embedded x64 assembly: unable to load file "C:\Users\SeaRisen\AppData\Local\Temp\Magick.NET.7.0.0.0008\Magick.NET-Q16-x64.dll" ---> System.IO.FileNotFoundException: Could not load file or assembly 'Magick.NET-Q16-x64.dll' or one of its dependencies. The specified module could not be found.
at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
at System.Reflection.Assembly.LoadFile(String path)
at ImageMagick.AssemblyHelper.LoadAssembly(String cacheDirectory, String tempFile)
at ImageMagick.AssemblyHelper.LoadAssembly()

I tried renaming the Magick.NET.7.0.0.0008 folder, it recreated it fine but still failed to load the DLL and I verified it exists. It saying "or one of its dependencies", what could that be?

Viewing all articles
Browse latest Browse all 3693

Trending Articles