Quote:
Originally Posted by Anandavinayagam i did nt use the ImageMagickNEt dlll,i used the MagickNEt dll ....Just add refernce it will placed in bin folder..... |
Hi Anand,
I added the ref to MagickNet.dll and it was copied to bin
Then I tried to load a page and I still get the HRESULT exception due to file not found.
Then I opened your dll using Dependency Walker tool to see what file is missing
I found that your dll has dependency on CORE_RL_magick_.dll which is missing.
Then I tried to add the dll from bubble2k's code project but VS Studio doesn't allow to add a reference to it since that is C++ or doesn't expose API (may be)
Any clue on how to solve this? I think this is the main reason all people getting HResult exception.
Thanks for your help