WPF Resource Issue
Hello all. I am having a weird issue or I'm overlooking something in WPF.
This is my code:
App.xaml
GenericTheme.xaml
Screenshot of it in use is posted due to Discord message limit. Thank you.
1 Reply
Where does
GenericTheme.xaml
exist in your project directory? Does it really exist in the {ProjectRoot}/Themes/
directory?
If {ProjectRoot}/Themes/GenericTheme.xaml
exists, you could try to prepend the pack URI scheme to the source URI.
<ResourceDictionary Source="pack://application:,,,/Themes/Generic.xaml"/>