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

installing controls - unable to add to web page

4 Answers 64 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
KMF
Top achievements
Rank 1
KMF asked on 29 Jul 2008, 09:22 PM
I have just recently installed the controls, they show up in the visual studio toolbox however when I select to add a control to my webpage nothing happens.

4 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 30 Jul 2008, 07:46 AM
Hello,

Please explain the behavior with more details if possible. Did you drag the controls from the toolbox to the page? Did you try to add the control manually? I mean to write a code as shown below.
<telerik:RadGrid ID="RadGrid1" runat="server"></telerik:RadGrid>
In case you are experiencing errors it would be helpful to make a screenshot and send it to us attached to a regular support ticket.

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
KMF
Top achievements
Rank 1
answered on 30 Jul 2008, 05:48 PM
This is a Visual Studio 2008 web project. Whether I add manual or drag/drop the control does not load and errors out saying that the System.Web.Extensions are not found, but they are loaded in the GAC, I have even tried to add them to the project references, but they are listed in the web.config as well...
0
KMF
Top achievements
Rank 1
answered on 30 Jul 2008, 06:17 PM
Ok, I found the issue. My application was using System.Web.Extensions v 3.5 and the controls want v1.0. In the web config file there is a runtime redirection for 1.0 to 3.5. I removed that from my web.config file and the control loads fine. However now my question is this, why do the controls not currently support the 3.5 extensions, and when will they?

Thanks,
-k
0
Vlad
Telerik team
answered on 31 Jul 2008, 05:38 AM
Hi K,

We have two Telerik.Web.UI.dll versions - one for .NET 2.0 and ASP.NET AJAX 1.0 and one for .NET 3.5.

You can check our documentation for more info.

Sincerely yours,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
KMF
Top achievements
Rank 1
Answers by
Daniel
Telerik team
KMF
Top achievements
Rank 1
Vlad
Telerik team
Share this question
or