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

Slider Question

2 Answers 87 Views
Slider
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 11 Sep 2008, 01:21 PM
I am trying to implement the slider control into my project but I am having an issue.$0$0$0$0I have a .net web project.  I added the Telerik.Web.UI.dll to my bin folder and added the register tag on the page I am using the control, but the control isn't being recognized.$0$0$0$0$0Here is my register tag:  <%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>$0$0$0$0$0Do I need to add anything to the web.config file to get this to work?  Or did I do something wrong?  $0$0$0$0$0Thanks.$0

2 Answers, 1 is accepted

Sort by
0
David
Top achievements
Rank 1
answered on 11 Sep 2008, 05:25 PM
There error message I am getting is the following:$0$0$0$0Unable t ocreate type 'telerik:Radslider'.  Could not load file or assembly 'System.Web.Extensions, Version 1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 or one of its dependencies.  The system cannot find the specified file.$0$0$0$0$0Any help on this would be appreciated.  Again, all I have done is put the Telerik.Web.UI.dll in the bin folder as a reference and registered that control on the page.$0
0
Svetlina Anati
Telerik team
answered on 12 Sep 2008, 10:31 AM
Hi David,

I suggest to examine the following  possible reasons for the problem:

  1. Make sure that you have installed the AJAX Extensions in case you use Visual Studio 2005 and you have opened an AJAXEnabledWebSite.
     
  2. There are separated versions for Telerik.Web.UI for both .NET 2.0 and .NET 3.5 frameworks (bin and bin35 folders from the download). In case you use .NET 3.5, please make sure that you have used the Telerik.Web.UI.dll file from the bin35 directory.

In case this does not help, please provide more information about your VS.NET, the framework version you use, and whether you are able to use the other RadControls on the same page or in other projects.


Best wishes,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Slider
Asked by
David
Top achievements
Rank 1
Answers by
David
Top achievements
Rank 1
Svetlina Anati
Telerik team
Share this question
or