We are currently creating userdumps from our project while trying to debug a problem and seeing the following error when we generate PDFs.
Exception object: 0000000005a68790
Exception type: System.Resources.MissingManifestResourceException
Message: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Telerik.Reporting.XamlRendering.WpfReport.resources" was correctly embedded or linked into assembly "Telerik.Reporting" at compile time, or that all the satellite assemblies required are loadable and fully signed.
We're not using Xaml/WPF at all and all we have referenced is Telerik.Reporting. Is there another assembly I should be adding so that this exception goes away?
Exception object: 0000000005a68790
Exception type: System.Resources.MissingManifestResourceException
Message: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Telerik.Reporting.XamlRendering.WpfReport.resources" was correctly embedded or linked into assembly "Telerik.Reporting" at compile time, or that all the satellite assemblies required are loadable and fully signed.
We're not using Xaml/WPF at all and all we have referenced is Telerik.Reporting. Is there another assembly I should be adding so that this exception goes away?