
My users are getting the following error when running:
System.Windows.Markup.XamlParseException occurred
Message=" Cannot find type 'ActiproSoftware.Windows.Controls.Navigation.Themes.NavigationBarCommonDictionary'. The assembly used when compiling might be different than that used when loading and the type is missing.
The referenced line in the error message contains:
Background="{DynamicResource {x:Static themes:NavigationBarCommonDictionary.WindowBackgroundBrushKey}}"
"themes" is declared as:
xmlns:themes="http://schemas.actiprosoftware.com/winfx/xaml/themes"
I've verified that I've included/referenced the appropriate versions of the Docking, Navigation, Ribbon & Shared dll's in the build. I'm not seeing this issue on my machine. What exactly is this error indicative of?
Thanks in advance!
System.Windows.Markup.XamlParseException occurred
Message=" Cannot find type 'ActiproSoftware.Windows.Controls.Navigation.Themes.NavigationBarCommonDictionary'. The assembly used when compiling might be different than that used when loading and the type is missing.
The referenced line in the error message contains:
Background="{DynamicResource {x:Static themes:NavigationBarCommonDictionary.WindowBackgroundBrushKey}}"
"themes" is declared as:
xmlns:themes="http://schemas.actiprosoftware.com/winfx/xaml/themes"
I've verified that I've included/referenced the appropriate versions of the Docking, Navigation, Ribbon & Shared dll's in the build. I'm not seeing this issue on my machine. What exactly is this error indicative of?
Thanks in advance!