I have a report viewer in my WPF app that's working like a charm except that when I click the "Search" icon I encounter an uncatchable "System.Windows.Markup.XamlParseException" exception - I can only catch it as an unhandled exception. The main exception says "Provide value on 'System.Windows.StaticResourceExtension' threw an exception." The inner exception says "Cannot find resource named 'GlyphSearchStop'. Resource names are case sensitive.". I've searched through "C:\Program Files (x86)\Progress\Telerik UI for WPF 2025 Q1" and can find no reference to anything called "GlyphSearchStop".
Any help would be much appreciated!
Thanks!