Hi,
Yes it is installed on server..
When I include wrapper on server, then it does not allow application to run even. Gives yellow screen error :
Could not load file or assembly 'Magick.NET.Wrapper-x64.DLL' or one of its dependencies. The specified module could not be found.
and when I do not include wrapper then application runs. but the line where i obect creates "using (MagickImage imageConvert = new MagickImage(path))"
it again gives error :
"System.IO.FileNotFoundException: Could not load file or assembly 'Magick.NET.Wrapper-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec' or one of its dependencies. The system cannot find the file specified.
Please help to resolve issue...
Thanks,
Yes it is installed on server..
When I include wrapper on server, then it does not allow application to run even. Gives yellow screen error :
Could not load file or assembly 'Magick.NET.Wrapper-x64.DLL' or one of its dependencies. The specified module could not be found.
and when I do not include wrapper then application runs. but the line where i obect creates "using (MagickImage imageConvert = new MagickImage(path))"
it again gives error :
"System.IO.FileNotFoundException: Could not load file or assembly 'Magick.NET.Wrapper-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec' or one of its dependencies. The system cannot find the file specified.
Please help to resolve issue...
Thanks,