Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
209
Run-time error after applying theme
posted

Hello,

I'm trying to set the theme for my application to RoyalDark.

In my App.xaml I have added the resource dictionary RoyalDark.xamDataTree.xaml and in the XAML-Designer the XamDataTree is displayed correctly.

However, when I run the application I get the following error:

An unhandled exception of type 'System.Windows.Markup.XamlParseException' occurred in PresentationFramework.dll
Additional information: 'Cannot create unknown type '{schemas.infragistics.com/.../primitives}BoolToVisibilityConverter'.' Line number '54' and line position '6'.

I have referenced InfragisticsWPF4.v17.2 where the BoolToVisibilityConverter is defined.

What am I doing wrong?