Hi
I am trying to use ImageMahicNet.dll in my C# .net project . But its showing the runtime exceprion that "FileLoadException: A procedure imported by 'ImageMagickNET, Version=1.0.3485.18549, Culture=neutral, PublicKeyToken=null' could not be loaded. ". Is there other .DLL that need to be present in the application folder? I have also use Dependencies Runner to check the dependencies for the .DLL and adding the missing .DLLs to project, but unable to fix the issue. Can any one please elaborate the solution for the issue. Any help will be greatly appreciated.
Thanks