Hi all
when i config the ReportViewer for silverlight following the video "Getting Started with Telerik Report Viewer for Silverlight"
when i run the page,it display
"InnerException = {System.ArgumentException: The provided URI scheme 'file' is invalid; expected 'http'.
Parameter name: via
"
My silverlight UI is
and i just put two static text to the The EDO.Report.TestReport.
Who can help me?
thank you~
when i config the ReportViewer for silverlight following the video "Getting Started with Telerik Report Viewer for Silverlight"
when i run the page,it display
"InnerException = {System.ArgumentException: The provided URI scheme 'file' is invalid; expected 'http'.
Parameter name: via
"
My silverlight UI is
<Grid x:Name="LayoutRoot">
<Telerik_ReportViewer_Silverlight:ReportViewer Name="report1" ReportServiceUri="../ReportService.svc" Report="EDO.Report.TestReport,EDO.Report,Culture=neutral,PublicKeyToken=null" Margin="8,8,20,8"/>
</Grid>
and i just put two static text to the The EDO.Report.TestReport.
Who can help me?
thank you~