[UWP] NullReference Exception in a TabbedPage with 2 list of images
See original GitHub issueExeption 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:
- Created 7 years ago
- Comments:10 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FFImageLoading 2.1.8-pre-146 nuget which contains discussed fixes released.
Please reopen if you still experience it.