wpf - Pack URI syntax in User Control -
i have simple project files within same solution. getting weird issue when trying reference resources in user control specifically. same pack uri syntax works in mainwindow.xaml when used in user control giving error.
here files folder structure:
here mainwindow.xaml screenshot:
summaryview.xaml (usercontrol) screenshot:
try writing out name of assembly explicitly:
"pack://application:,,,/fibre_reporting;component/resources/brushes.xaml"
Comments
Post a Comment