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

Parser Error Message: Unknown server tag 'telerik:RadScriptManager'.

2 Answers 2436 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
panuwat wanpiam
Top achievements
Rank 1
panuwat wanpiam asked on 24 Jan 2011, 12:36 PM
It work fine on my computer, but when i deploy to server it show error

Parser Error Message: Unknown server tag 'telerik:RadScriptManager'.

Line 39: <body>
Line 40: <form id="form1" runat="server">
Line 41: <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
Line 42: </telerik:RadScriptManager> Line 43: <div>

Please advise.

Thank

2 Answers, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 25 Jan 2011, 06:55 PM
Hi panuwat wanpiam,

Do you have Telerik.Web.UI.dll in the bin folder of the deployed application?
Additionally please take a look at this help topic.

Greetings,
Kalina
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.
0
Tim
Top achievements
Rank 1
answered on 08 Aug 2013, 06:38 PM
If it's a user control, you may be missing the register assembly line at the beginning of your ascx file. Something like

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

Tags
ScriptManager and StyleSheetManager
Asked by
panuwat wanpiam
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Tim
Top achievements
Rank 1
Share this question
or