Thanks for your answers (it was me by mail too alias superfifi).
I have two cases
- By using the dll provided by the Magicknet website
With the magicknet dll, it works well on my pc which has vs2k5 but it does not work on the customer pc
I took the error
System.IO.FileLoadException: Could not load file or assembly 'MagickNet, Version=1.0.0.3, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Cette application n'a pas pu démarrer car la configuration de l'application est incorrecte. Réinstaller l'application pourrait résoudre ce problème. (Exception from HRESULT: 0x800736B1)
File name: 'MagickNet, Version=1.0.0.3, Culture=neutral, PublicKeyToken=null' ---> System.Runtime.InteropServices.COMException (0x800736B1): Cette application n'a pas pu démarrer car la configuration de l'application est incorrecte. Réinstaller l'application pourrait résoudre ce problème. (Exception from HRESULT: 0x800736B1)
- By using your DLLs . I tried the both that you sent me by mail, I get the error
MagickNet.MagickError: NCFMerger.exe:unable to open image `L92S19106315A2-F-17.jpg': No such file or directory
at MagickNet.MagickException.Throw()
at MagickNet.MagickException.Throw(Object source, ExceptInfo* e)
at MagickNet.Image.Read(String imageSpec)
at MagickNet.Image..ctor(String imageSpec)
at NCFMerger.MainForm.backgroundWorker_DoWork(Object sender, DoWorkEventArgs e) in D:\Microsoft\Projects\NCFMergerSolution\NCFMerger\ NCFMergeForm.cs:line 259
I am totally lost, please help me
