
I'm getting an exception when I use the DataGrid.Contrib project in my main project when reading XAML:
The invocation of the constructor on type 'ActiproSoftware.Windows.Controls.Ribbon.Themes.RibbonAssemblyClassicDictionary' ...
..."Cannot find resource named 'ActiproSoftware.Windows.Controls.Calendar.MonthCalendarTitle'. Resource names are case sensitive."
In my project, the shared library (and other libraries) is version 1.1.542, but my DataGrid.Contrib library is version 1.1.545. Could this be the problem?
Mick