artem-zinnatullin / jet-image-loader

WP7+ fast and powerfull image loader with memory and storage caching for your projects!
Apache License 2.0
44 stars 14 forks source link

Error referencing JetImageLoader #33

Open adrianhescalante opened 10 years ago

adrianhescalante commented 10 years ago

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?

touhiDroid commented 9 years ago

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