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

RadListBox not found - Telerik.Windows.Control

1 Answer 75 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
JoLynn
Top achievements
Rank 1
JoLynn asked on 25 Mar 2015, 08:25 PM
I have an older SL application that was using Q1 2013 version.  When I wanted to run the project to debug an issue, it doesnt run, complaining that RadListbox not found.  Is it not part of Telerik.Windows.Control?

I have this on the top:
           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"
           xmlns:navigation="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Navigation"
           xmlns:controls="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Toolkit"
           xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
           xmlns:local="clr-namespace:Slb.FluidUtilities.Web.Assets"

and xaml looks like:
<telerik:RadListBox ItemsSource=....> - line with error "Cannot resolve symbol RadListBox"

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 30 Mar 2015, 01:28 PM
Hi JoLynn,

Did you try to clean/rebuild the project/solution and delete the bin/obj folders - the issue could be related to version mismatch between Telerik binaries? Please, check also if you have referenced all the needed binaries and if they are all with the same version.

Hopes this helps.

Regards,
Nasko
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
ListBox
Asked by
JoLynn
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or