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

Uknown server tag 'telerik:RadScriptManager'

1 Answer 232 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vasya Ivanov
Top achievements
Rank 1
Vasya Ivanov asked on 11 Feb 2011, 06:40 PM
Hi guys,
I have created a project out of existing one(I do not want to mess with existing version).Created a new page and when I go to design view I am getting error:Uknown server tag 'telerik:RadScriptManager' and also getting error that Master file could not be found but its there.
And also I checked bin directory and Telerik.Web.UI.dll file is there.

<%@ Page Language="C#" MasterPageFile="~/EISMaster.Master" AutoEventWireup="true" CodeBehind="RatingFormGuidanceCounselor.aspx.cs" Inherits="EISPortal.Ratings.RatingFormGuidanceCounselor" Title="Untitled Page" %>

<%@ Register TagPrefix="telerik" Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" %>

<

 

asp:Content ID="Content1" ContentPlaceHolderID="cphNavigation" runat="server">

 

 

</

 

asp:Content>

 

 

<

 

asp:Content ID="Content2" ContentPlaceHolderID="cphMain" runat="server">

 

 

<

 

telerik:RadScriptManager ID="ScriptManager1" runat="server" />

 

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">

 

 

<AjaxSettings>

 

<telerik:AjaxSetting AjaxControlID="mainPanel">

 

<UpdatedControls>

 

<telerik:AjaxUpdatedControl ControlID="mainPanel" LoadingPanelID="RadAjaxLoadingPanel1" />

 

</UpdatedControls>

 

</telerik:AjaxSetting>

 

 

</AjaxSettings>

 

</telerik:RadAjaxManager>

 

<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" EnableSkinTransparency ="true" runat="server">

 

</telerik:RadAjaxLoadingPanel>

Thanks so much for your help.

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 14 Feb 2011, 04:54 PM
Hello Vasya,

Please check this help article which explains how to fix this issue.

All the best,
Yana
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
General Discussions
Asked by
Vasya Ivanov
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or