Ffimageloading: Unhandled Exception ff version 2.4.0.799 pre

Created on 28 May 2018  路  7Comments  路  Source: luberda-molinet/FFImageLoading

Description

First thank you for this awesome library .
i'm using FFImageLoading in my project, i was trying to improve the listview performance by updating to last ffimageloading version , but i got an unhadled exception.

Steps to Reproduce

just update ffimageloading to the last version,2.4.0.799-pre

Expected Behavior

better performance

Actual Behavior

application crash on loading screen with "System.MethodAccessException: Method FFImageLoading.Forms.CachedImage.set_IsRendererInitialized(bool)' is inaccessible from methodFFImageLoading.Forms.Platform.CachedImageRenderer.Init(System.Nullable`1)'" exception

Basic Information

-xamarin forms 3.0.0.482510
-ffImageLoading 2.4.0.799 pre

Screenshots

ff

Most helpful comment

Please make sure:

  • You have the same FFImageLoading version in all projects
  • Remove all bin/obj folders & rebuild

All 7 comments

Please make sure:

  • You have the same FFImageLoading version in all projects
  • Remove all bin/obj folders & rebuild

that doesn't fix it

I'm quite sure you have different library dll versions colliding somewhere (between projects)

Please attach a repo.

i just updated to the stable 2.4.1.823 and it works fine

@maherzaidoune I have used 2.4.1.823 version also still not resolved.

@AditCygnet it works for me, with the last xamarin stable release

It's not an FFImageLoading issue but rather a Visual Studio's issue. The key is to remove all cached files (like obj, bin folders. I'll close this one.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

EmilAlipiev picture EmilAlipiev  路  15Comments

LeoJHarris picture LeoJHarris  路  22Comments

lecnierfreeman picture lecnierfreeman  路  49Comments

ericruelas picture ericruelas  路  15Comments

rredoh picture rredoh  路  17Comments