This question is locked. New answers and comments are not allowed.
Hello,
We're using RadControls for Silverlight 2010.3 1314.
We have include Telerik.Windows.Controls in our project.
We added this line to the usercontrol's xaml:
Unfortunately, this line:
causes:
Error 1 The type 'busy:RadBusyIndicator' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. I:\Work3\TwoStep-Init-2\Client\Views\MeetingView.xaml 518 10 Client
What's going on?
Thanks.
We're using RadControls for Silverlight 2010.3 1314.
We have include Telerik.Windows.Controls in our project.
We added this line to the usercontrol's xaml:
xmlns:busy="http://schemas.telerik.com/2008/xaml/presentation"
<busy:RadBusyIndicator>
Error 1 The type 'busy:RadBusyIndicator' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. I:\Work3\TwoStep-Init-2\Client\Views\MeetingView.xaml 518 10 Client
Thanks.