Hi,
I am unable to get the ReportViewer for WPF to load. I have created a simple Class Library that contains my Report and data (.sdf SQL CE data file) and a Basic WPF Application to test the Report. The report loads and shows data fine, however, after adding the ReportViewer to the Main.xaml page I get an Exception when running the app?
"A first chance exception of type 'System.Windows.Markup.XamlParseException' occurred in PresentationFramework.dll
Additional information: Set property 'System.Windows.ResourceDictionary.DeferrableContent' threw an exception."
If I remove the ReportViewer from the page, everything loads and runs fine? Below is the xaml that I added to the page...
I am using the below versions -
Windows 7
Telerik.ReportViewer.Wpf (5.3.11.1116)
Telerik.Reporting (5.3.11.1116)
thanks,
SD.
I am unable to get the ReportViewer for WPF to load. I have created a simple Class Library that contains my Report and data (.sdf SQL CE data file) and a Basic WPF Application to test the Report. The report loads and shows data fine, however, after adding the ReportViewer to the Main.xaml page I get an Exception when running the app?
"A first chance exception of type 'System.Windows.Markup.XamlParseException' occurred in PresentationFramework.dll
Additional information: Set property 'System.Windows.ResourceDictionary.DeferrableContent' threw an exception."
If I remove the ReportViewer from the page, everything loads and runs fine? Below is the xaml that I added to the page...
xmlns:tr="clr-namespace:Telerik.ReportViewer.Wpf;assembly=Telerik.ReportViewer.Wpf"
<Grid> <tr:ReportViewer Name="reportViewer1" /> </Grid>I have tried setting the Report but removed it to see if the Viewer would even load... It didn't. I have tried on two different machines and both fail? Is there more to this that I am not seeing? I watched the example on Telerik.tv and followed to the letter?
I am using the below versions -
Windows 7
Telerik.ReportViewer.Wpf (5.3.11.1116)
Telerik.Reporting (5.3.11.1116)
thanks,
SD.