Hey All,
i am trying to use the Silverlight ReportViewer but I am getting a 'very nice' error on the compiling time: "The tag 'ReportViewer' does not exist in XML namespace 'clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight'."
I am sure that I have all the assemblies references added. I got the instructions from the TelerikTV: http://tv.telerik.com/watch/reporting/video/telerik-reporting-getting-started-with-silverlight-report-viewer
Funny is that after write the code below, on the design window, I can see the ReportViewer component, but when I compile the code i am getting this error...
My configuration:
- VS 2010 RTM.
- Project is in Silverlight 4 using .NET 3.5
-Telerik.ReportViewer.Silverlight.dll version 4.1.10.921
Any Ideas?
Tks
Alex
i am trying to use the Silverlight ReportViewer but I am getting a 'very nice' error on the compiling time: "The tag 'ReportViewer' does not exist in XML namespace 'clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight'."
I am sure that I have all the assemblies references added. I got the instructions from the TelerikTV: http://tv.telerik.com/watch/reporting/video/telerik-reporting-getting-started-with-silverlight-report-viewer
Funny is that after write the code below, on the design window, I can see the ReportViewer component, but when I compile the code i am getting this error...
My configuration:
- VS 2010 RTM.
- Project is in Silverlight 4 using .NET 3.5
-Telerik.ReportViewer.Silverlight.dll version 4.1.10.921
<UserControl x:Class="SilverlightApplication3.MainPage" xmlns:telerik="clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="400"> <Grid x:Name="LayoutRoot" Background="White"> <telerik:ReportViewer x:Name="Report001"/> </Grid> </UserControl>Any Ideas?
Tks
Alex