question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[UWP] NullReference Exception in a TabbedPage with 2 list of images

See original GitHub issue

Exeption thrown: ‘System.NullReferenceException’ in FFImageLoading.Forms.WinUWP.dll

StackTrace :

Object reference not set to an instance of an object.  
  at FFImageLoading.Forms.WinUWP.CachedImageRenderer.ImageLoadingFinished(CachedImage element)
   at FFImageLoading.Forms.WinUWP.CachedImageRenderer.<>c__DisplayClass9_0.<UpdateSource>b__0(IScheduledWork work)
   at FFImageLoading.Work.ImageLoaderTaskBase.<>c__DisplayClass51_3.<ConfigureParameters>b__5()
   at FFImageLoading.Helpers.MainThreadDispatcher.<>c__DisplayClass3_0.<Post>b__0()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at FFImageLoading.Helpers.MainThreadDispatcher.<Post>d__3.MoveNext()

Our Code:

   <forms:CachedImage  Source="{Binding SelectedEventPrenotato.ImmagineLarga, StringFormat='http://www.my-website.com{0}'}" CacheDuration="1">
      </forms:CachedImage>

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
daniel-luberdacommented, Sep 21, 2016

FFImageLoading 2.1.8-pre-146 nuget which contains discussed fixes released.

0reactions
daniel-luberdacommented, Oct 28, 2016

Please reopen if you still experience it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - why am i getting a NullReferenceException when I try ...
i am trying to upload an image and save it to a local folder, but i am geting a NullReferenceException when i try...
Read more >
UWP ListView with observable collection always seems to ...
The UWP ListView seems to not respect the observable collection rules. So things like delete/add etc will actually cause the entire list to ......
Read more >
Xamarin.Forms 5.0.0.2612 (5.0.0 Service Release 15) ...
Release notes detailing new features, improvements, and issues fixed in Xamarin.Forms 5.0.0.2612 (5.0.0 Service Release 15)
Read more >
Xamarin Community Forums - RSSing.com
The problem I face is when the await call is made, the app terminates on iOS (but not on Android) and I get...
Read more >
Essential Studio for Xamarin.Forms Release Notes
#I218790 – The NullReferenceException will no longer be thrown when navigating chart from one page to another thread page in Xamarin.Forms UWP.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found