This is a migrated thread and some comments may be shown as answers.

upgraded to the latest version of telerick, now cannot see report viewer in Expressions Blend, works fine in Visual Studio.

3 Answers 57 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Deva
Top achievements
Rank 1
Deva asked on 02 Feb 2011, 08:38 PM
Thanks in advance for reading this... and for any help that you can be.

Realizing that there are 2 different xaml parsers in play here, (though I am told they are going to standerdize to one in the next version of VS / Blend), I get a namespace resolution error - "The name "ReportViewer" does not exist in the namespace "clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerick.ReportViewer.Silverlight"

The tag in the xaml page is :
       
<telerik:ReportViewer  x:Name="ReportViewer1" 
Width="Auto"<BR>              
ReportServiceUri="../ReportService.svc"<BR>              
Report="Cavatica35ReportsLibrary.Relationships, Cavatica35ReportsLibrary, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/><BR>
The namepace decleration at the top of the xaml page is: 
        
xmlns:telerik="clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight"  

Any Ideas?

Thanks again...
-Deva

3 Answers, 1 is accepted

Sort by
0
Massimiliano Bassili
Top achievements
Rank 1
answered on 04 Feb 2011, 10:44 AM
I was able to open the xaml page with the viewer just fine in Blend 4, no errors whatsoever. Version Q3 SP1. I see some <br> tags in your markup that should not be there.
0
Deva
Top achievements
Rank 1
answered on 04 Feb 2011, 02:25 PM
The <br> tags were added by format code block thing for the forum...

The version of our Telerik.ReportViewer.Silverlight.dll is 4.2.10.1221 if you look at its properties, do you mind checking if the version is that the same as in your environment?

Thanks,

Deva Wijewickrema
0
Massimiliano Bassili
Top achievements
Rank 1
answered on 07 Feb 2011, 01:36 PM
Yes Deva, that is the same version as mine. Our designer modifies the default template of the viewer with Blend and he does not have problems too.

Cheers!
Tags
General Discussions
Asked by
Deva
Top achievements
Rank 1
Answers by
Massimiliano Bassili
Top achievements
Rank 1
Deva
Top achievements
Rank 1
Share this question
or