Hello,
I have the most recent version of the SDK and I am getting a failure in the ReportViewer Component.
The failure is: The component 'Syncfusion.Windows.Reports.Viewer.Utils.LoadingIndicator' does not have a resource identified by the URI '/Syncfusion.ReportViewer.Wpf;component/utils/loadingindicator/loadingindicator.xaml'.
The problem is the extension name... in the above message (and in the assembly itself) the extension used is .xaml. However, the actual resource that exists in the assemby is '/utils/loadingindicator/loadingindicator.baml'.
The extention is baml, not xaml. Though the file looks like xaml to me.
In any case, because of this error, we cannot make use of the ReportViewer component, is there some way to get around this problem?
Thanks,
Tim