Bunnies4Breakfst
Bunnies4Breakfst
CC#
Created by Bunnies4Breakfst on 4/12/2023 in #help
❔ WPF System.ObjectDisposedException: 'Cannot access a closed Stream.'
@Becquerel found it, when we were hitting page A the second time, a check was throwing us BACK to page B in the constructor of page A and the InitializeComponent() was throwing since the page has been disposed... god i hate our code Im moving the navigation to the page loaded which happens after the constructor/initializecomponent is complete
12 replies
CC#
Created by Bunnies4Breakfst on 4/12/2023 in #help
❔ WPF System.ObjectDisposedException: 'Cannot access a closed Stream.'
no idea why this is happening but users shouldnt be able to navigate back to page A anyways.. might just disable it
12 replies
CC#
Created by Bunnies4Breakfst on 4/12/2023 in #help
❔ WPF System.ObjectDisposedException: 'Cannot access a closed Stream.'
none of the usings are on these pages or viewmodels
12 replies
CC#
Created by Bunnies4Breakfst on 4/12/2023 in #help
❔ WPF System.ObjectDisposedException: 'Cannot access a closed Stream.'
no dispose but a bunch of using, mainly to do with image cache. We have icons but i don't think they go through the cache
12 replies