Or Can I attach my Code Here?dlemstra wrote:You don't need to install ImageMagick on your machine. That is all included in the Native dll. I don't understand why it is failing for you.
Search found 6 matches
- 2016-04-29T05:36:32-07:00
- Forum: Magick.NET
- Topic: 'MagickImage' could not be found
- Replies: 10
- Views: 22058
Re: 'MagickImage' could not be found
- 2016-04-29T03:04:23-07:00
- Forum: Magick.NET
- Topic: 'MagickImage' could not be found
- Replies: 10
- Views: 22058
Re: 'MagickImage' could not be found
You should not add a reference to the Native dll you just need to make sure it is in your bin folder. Yes it is available in bin folder. Did I missing any installation? While developing its worked fine few months before, suddenly I don`t know what is missing while opening it. Is ImageMagick dll is ...
- 2016-04-29T00:39:19-07:00
- Forum: Magick.NET
- Topic: 'MagickImage' could not be found
- Replies: 10
- Views: 22058
Re: 'MagickImage' could not be found
It is not necessary to use NuGet, it is just easier. Are you using the .NET 2.0 version of Magick.NET and did you also add the 'native dll' to your project? I try to add the native dll but it showing following error, I tried both Magick.NET-7.0.0.0104-Q8-x86 and Magick.NET-7.0.0.0104-Q16-HDRI-x86 ...
- 2016-04-28T22:15:55-07:00
- Forum: Magick.NET
- Topic: 'MagickImage' could not be found
- Replies: 10
- Views: 22058
Re: 'MagickImage' could not be found
I can't answer the question, but for people who can you should show the code that causes the error. Bro, I am only error at this point so I mentioned the lines. I am not bother about sharing entire code (I feel useless of sharing entire code), I found the error so I shared that part. Guide me if I ...
- 2016-04-28T20:05:08-07:00
- Forum: Magick.NET
- Topic: 'MagickImage' could not be found
- Replies: 10
- Views: 22058
Re: 'MagickImage' could not be found
Thanks for your reply dlemstra, I am using visual studio 2008, I only add the dll (Reference) to the bin . Did it necessary to add via nugget? If so Please guide me to add.dlemstra wrote:Did you add a reference to Magick.NET through NuGet? It sounds like you forgot to do that.
- 2016-04-28T08:33:24-07:00
- Forum: Magick.NET
- Topic: 'MagickImage' could not be found
- Replies: 10
- Views: 22058
'MagickImage' could not be found
Hi, I am facing error in the namespace declaration "line using ImageMagick;" , the error are mentioned below. "The type or namespace name 'MagickImage' could not be found (are you missing a using directive or an assembly reference?)" Error is showing on the using ImageMagicx line.