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

RadGridView does not work under Silverlight 4 Beta (VS2010 Beta2).

6 Answers 64 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ariel Ben Horesh
Top achievements
Rank 1
Ariel Ben Horesh asked on 08 Dec 2009, 12:29 PM
Hi,
I'm evaluating Teleric for our SL4 application. 
The Grid does not work under Silverlight 4 solution, I am getting a runtime exception : 
System.Windows.Markup.XamlParseException occurred
  Message=AG_E_UNKNOWN_ERROR [Line: 11 Position: 35]
  LineNumber=11
  LinePosition=35
  StackTrace:
       at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
       at SilverlightApplication2.MainPage.InitializeComponent()
       at SilverlightApplication2.MainPage..ctor()
  InnerException: 

my xaml is very simple :
<UserControl x:Class="SilverlightApplication2.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    mc:Ignorable="d"
    d:DesignHeight="300" d:DesignWidth="400"
             xmlns:telerikGrid="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView">

    <Grid x:Name="LayoutRoot" Background="White">
        <telerikGrid:RadGridView />
    </Grid>
</UserControl>

I have references for Telerik.Windows.Controls, Telerik.Windows.Data, Telerik.Windows.Controls.GridView from the latest version out there.

Can someone help?
Thanks!
Ariel

6 Answers, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 08 Dec 2009, 01:22 PM
Hello Ariel Ben Horesh,

We have not provided a Silverlight 4 build yet. It will be available very soon. Please, try with the Silverlight 4 Build once it is released.

Regards,
Ross
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Mark Huck
Top achievements
Rank 1
answered on 10 Jan 2010, 01:27 AM
Hi,

I'm moving my SL3 project to SL4, and have installed the Telerik Silverlight 4 beta build.  However, I get the following error:

Error 15 The tag 'RadGridView' does not exist in XML namespace 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView'. C:\inetpub\wwwroot\hyypr_alterca_sl4\hyypr_alterca_sl4\MainPage.xaml 55 34 hyypr_alterca_sl4

Thanks,
Mark
0
Rossen Hristov
Telerik team
answered on 13 Jan 2010, 10:03 AM
Hi Mark Huck,

This indicates that you are missing a reference to the assembly containing RadGridView. Do you have all needed assembly references present?

Best wishes,
Ross
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
brandon martinez
Top achievements
Rank 1
answered on 25 Mar 2010, 04:44 PM
I am getting the same xaml parsing error when using the silverlight 4 RC trial dlls.
0
Rossen Hristov
Telerik team
answered on 25 Mar 2010, 04:47 PM
Hello brandon martinez,

Are you missing a using directive or an assembly reference?

All the best,
Ross
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
brandon martinez
Top achievements
Rank 1
answered on 25 Mar 2010, 05:31 PM
I figured it out - I was using a hack to run Silverlight Tools 4 for Beta 2 in VS 2010 RC.  After upgrading to Silverlight Tools RC 4, the control loaded without any errors.

Thanks for quick reply!
Tags
GridView
Asked by
Ariel Ben Horesh
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Mark Huck
Top achievements
Rank 1
brandon martinez
Top achievements
Rank 1
Share this question
or