View Single Post
  #78 (permalink)  
Old 08-01-2008, 01:01 PM
khan7290 khan7290 is offline
D-Web Trainee
 
Join Date: Jul 2008
Posts: 9
khan7290 is on a distinguished road
Default Re: ImageMagick MagickNet C# WebApplication

Quote:
Originally Posted by Anandavinayagam View Post
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
Reply With Quote