This question is locked. New answers and comments are not allowed.
Hi,
I am new to telerik controls and trying to create a silverlight application and use RadScheduleView control. Below are the steps which I followed to do the same:
1. Created a new sliverlight application (selected "New Web Project Type" as 'ASP.NET Web Application Project')
2. Double clicked on 'RadScheduleView' control from Toolbox to add it to Main.xaml file
3. Tried to build the project and got "The type or namespace name 'RadScheduleView' could not be found (are you missing a using directive or an assembly reference?" in Main.g.i.cs file.
4. I added the reference 'Telerik.Windows.Controls.ScheduleView' to the project.
5. When I am trying to add the using statement for Telerik.Windows.Controls' I am not getting that in my .cs file.
I tried cleaning up the entire solution and re-build it again which did not work either.
If anyone tell me what I am doing wrong will be a great help.
Thanks,
Balaji
I am new to telerik controls and trying to create a silverlight application and use RadScheduleView control. Below are the steps which I followed to do the same:
1. Created a new sliverlight application (selected "New Web Project Type" as 'ASP.NET Web Application Project')
2. Double clicked on 'RadScheduleView' control from Toolbox to add it to Main.xaml file
3. Tried to build the project and got "The type or namespace name 'RadScheduleView' could not be found (are you missing a using directive or an assembly reference?" in Main.g.i.cs file.
4. I added the reference 'Telerik.Windows.Controls.ScheduleView' to the project.
5. When I am trying to add the using statement for Telerik.Windows.Controls' I am not getting that in my .cs file.
I tried cleaning up the entire solution and re-build it again which did not work either.
If anyone tell me what I am doing wrong will be a great help.
Thanks,
Balaji