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

Windows Phone 7 Support #27

Open czorn opened 10 years ago

czorn commented 10 years ago

Is there any chance for WP7 support or does this toolkit require something from WP8 that is unavailable in WP7? Attempting to use this now in a WP7 app results in this error:

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.

artem-zinnatullin commented 10 years ago

JetImageLoader uses 'async/await' which is unavailable on WP7 by default, but you can use Microsoft.Bcl library, but you'll have to copy JetImageLoader sources to WP7 library project, because you can not downgrade WP8 project to WP7.

@VeTaLNearga can help you with that issue, he successfully added JetImageLoader to his WP7 project

Here is his issue about that with solution: https://github.com/artem-zinnatullin/jet-image-loader/pull/17