.NET library issue

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
CarlosJ
Posts: 1
Joined: 2011-05-02T07:48:37-07:00
Authentication code: 8675308

.NET library issue

Post by CarlosJ »

I am trying to get ImageMagicK to work with my .NET program. When using the ImageMagicKNET.dll as a reference and building the project errors are encountered when attempting to run the code (file not found message). It points to a file missing that is being referenced by this DLL and not to the DLL itself as I have made sure PATHS/copies and all other things needed for the DLL to load are correct.
I have seen this issue posted on the internet by others but cannot get a solution/answer to this.
Any hints will be appreciated.
Post Reply