I am getting an error when attempting to run a WinUI project with the Telerik.ReportViewer.WinUI NuGet package installed. Project builds without errors, but when I attempt to run the project, I get the following error:
Exception thrown: 'System.IO.FileNotFoundException' in Telerik.ReportViewer.WinUI.Themes.dll
In App.xaml I have added:
<ResourceDictionary Source="ms-appx:///Telerik.ReportViewer.WinUI.Themes/Themes/Generic.xaml"/>
The application target framework is .Net 6.0. I attempted to following the example projects that were mentioned here. What am I missing?
I also get the following errors if I add the Telerik.WinUI.Controls (2.0.0) NuGet Package. The errors are:
PRI175: 0x80073b0f - Processing Resources failed with error: Duplicate Entry.
PRI222: 0x80073b0f - Unspecified error occurred.