Hello,
when I am trying to load DefaultCS.aspx on the server IIS 7 (the main page of examples which loads after install at localhost), I get the following error:
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Unknown server tag 'asp:ScriptManager'.
Source Error:
Source File: /DefaultCS.aspx Line: 28
Where is the problem? Missing file?
Also it gives
Parser Error Message: Unknown server tag 'telerik:treenavigation'.
Source Error:
Thanks
Konstantin
when I am trying to load DefaultCS.aspx on the server IIS 7 (the main page of examples which loads after install at localhost), I get the following error:
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Unknown server tag 'asp:ScriptManager'.
Source Error:
Line 26: <form id="Form1" name="Form1" runat="server"> |
Source File: /DefaultCS.aspx Line: 28
Where is the problem? Missing file?
Also it gives
Parser Error Message: Unknown server tag 'telerik:treenavigation'.
Source Error:
Line 1: <%@ Register tagPrefix="telerik" namespace="Telerik.QuickStart"%>
Line 2: <%@ Control Language="c#" AutoEventWireup="false" Inherits="Telerik.QuickStart.ExamplesNavigation" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
Line 3: <telerik:treenavigation id="treeNavigator" CssClass="navigationNodes" runat="server"
Line 4: NewExampleImageUrl="~/Common/new.gif" EnableViewState="False"></telerik:treenavigation>
|
Thanks
Konstantin