❔ WPF System.ObjectDisposedException: 'Cannot access a closed Stream.'
I have a wpf application and when I navigate from Page A to page B then back to Page A, the xaml initializecomponent() throws the above error. The issue is.. I'm not using a stream reader/writer anywhere in this.
Below is the call stack
I feel like something somewhere is getting disposed and then I'm trying to use it but I'm not sure where to start to find this.
Below is the call stack
I feel like something somewhere is getting disposed and then I'm trying to use it but I'm not sure where to start to find this.

