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

[Solved] Urgent:Compile time GridView Error

2 Answers 101 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Gopal
Top achievements
Rank 1
Gopal asked on 02 Dec 2009, 11:15 AM
I have installed the telerik Q32009 with visual studio.net 2008, vs.net2008 sp1, silverlight 3, and the ria serverices.

During debug, After giving the name to the telerikGrid control on the mainpage.xml of the my silverlight application, i get the error

  Error 1 The type 'Telerik.Windows.Controls.IThemable' is defined in an assembly that is not referenced. You must add a reference to assembly 'Telerik.Windows.Controls, Version=2009.3.1103.1030, Culture=neutral, PublicKeyToken=5803cfa389c90ce7'. d:\chettri\silverlighttrainings\abc\abc\obj\debug\mainpage.g.cs 42 55 abc

i have freshly installed all the required tools required for developing the application.But still getting the same error.Please help how to solve this error.


<telerikGridView:RadGridView x:Name="radGridView">
        
    </telerikGridView:RadGridView>




2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 02 Dec 2009, 11:25 AM
Hello,

Do you have reference to Telerik.Windows.Controls.dll in your project? You will need also Telerik.Windows.Controls.Input.dll and Telerik.Windows.Data.dll.

Greetings,
Vlad
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
Gopal
Top achievements
Rank 1
answered on 02 Dec 2009, 12:56 PM
WELL THanks. !!!! problem solved.
Tags
GridView
Asked by
Gopal
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Gopal
Top achievements
Rank 1
Share this question
or