In Net5 WPF, I have a Page that is contained within a Window. If you click the button on this page, the SettingWindow is displayed.
If you change the localization setting in SettingWindow (ComboBox) and close the window with the Apply button, the localization of the parent Window is changed.
If you click the button to display SettingWindow again, an error occurs.
[System.IO.IOException: 'Cannot locate resource subwindows/settings.baml'.']
For the second day, I don't understand the cause of this problem.