This question is locked. New answers and comments are not allowed.
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>
