fschultz / NetImageLibrary

Library to help with image handling such as resizing, cropping, applying filters (brightess, contrast, unsharpen mask, chroma key etc), watermarking, thumbnail creation, opening/saving files or streams and more.
http://kaliko.com/image-library/
Other
90 stars 27 forks source link

Issue WinForms #7

Closed GuntherGUIDO closed 9 years ago

GuntherGUIDO commented 9 years ago

Hi,

I tried to add the Kaliko.ImageLibrary to my WinForms application.

Everything works fine, he recognizes all the code, but when I try to compile I get following error: The type or namespace name 'Kaliko' could not be found.

Any suggestions?

With kind regards, Gunther

GuntherGUIDO commented 9 years ago

Solved!

The target framework for my project was set to: ".NET Framework 4 Client Profile", instead of ".NET Framework 4".