In our project we have updated Telerik UI for WPF to version 2020.2.617.
So, the existing Telerik dlls (NoXaml version) were updated via Nuget Package manager to 2020.2.617 version.
However when I have updated the theme xaml files, I got the following errors:
Inner Exception 1:<
br
>XamlObjectWriterException: 'Provide value on 'System.Windows.StaticResourceExtension' threw an exception.' Line number '100' and line position '12'.<
br
><
br
>Inner Exception 2:<
br
>Exception: Cannot find resource named 'ThemeType'. Resource names are case sensitive.
As from the error I can see that `ThemeType` resource is missing and that is why application is crashing at runtime.
After investigating a bit I wasn't able to find this resource inside xaml files, which means that it is probably in some dll which is missing from the project.
Will much appreciate for any support!