jet-image-loader icon indicating copy to clipboard operation
jet-image-loader copied to clipboard

Error referencing JetImageLoader

Open adrianhescalante opened this issue 10 years ago • 1 comments

Hi, I'm trying to use this lib with WP7, but the next warning appears in the Error list:

The primary reference "JetImageLoader" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Windows, Version=2.0.6.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" which has a higher version "2.0.6.0" than the version "2.0.5.0" in the current target framework.

This shouldn't be a problem if this error won't let me compile the project (I'm trying to reference JetImageLoader in my converter exactly as it is explained in the README):

The type or namespace name 'JetImageLoader' could not be found (are you missing a using directive or an assembly reference?)

I'm using the BCL library from Microsoft to use async/await, if that is important. I've read all the issues here, but none of them has helped me.

Can any of you guide mi in the right direction?

adrianhescalante avatar Jul 23 '14 22:07 adrianhescalante

Is there any solution to this problem? I'm getting "almost" this error.

touhiDroid avatar Feb 26 '15 18:02 touhiDroid