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

Error : There is no source code available for the current location

1 Answer 87 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Llorens Mathieu
Top achievements
Rank 1
Llorens Mathieu asked on 12 May 2009, 08:26 AM

I try to run this short code sample but I have an error "There is no source code available for the current location". When I press the "start" button of VS2008, I have a box which ask me to point to RadCalendar.cs (???). If I press "cancel" I have the "There is no source code ...." message

Here is my code

<

 

Window x:Class="Window1"

 

 

xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

 

 

xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

 

 

Title="Window1" Height="299" Width="663" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation">

 

 

 

<Grid>

 

 

 

<telerik:RadCalendar x:Name="calendar" IsTodayHighlighted="true"

 

 

SelectionChanged="OnCalendarSelectionChanged" SelectionMode="Extended" Columns="3"

 

 

ViewsHeaderVisibility="Visible" Culture="fr-FR" Margin="0,0,0,79">

 

 

 

</telerik:RadCalendar>

 

 

 

</Grid>

 

</

 

Window>

I have an official version WPF Q1 (14th april).

 

1 Answer, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 13 May 2009, 03:46 PM
Hello Llorens Mathieu,

The Problem with the error is that you have not added in the references either Telerik.Windows.Controls or
 Telerik.Windows.Data. You should add them as they are referred by the rest of the assemblies - Input in your case.

 
If adding these two does not help please let me know and I will try to find another solution for you.

Greetings,
Boyan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Llorens Mathieu
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Share this question
or