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

ScriptManager problem

1 Answer 123 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Konstantin
Top achievements
Rank 1
Konstantin asked on 02 Dec 2008, 09:35 PM
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:

Line 26: 	<form id="Form1" name="Form1" runat="server"> 
Line 27: <qsf:Header ID="Header1" runat="server" NavigationLanguage="c#" OnLoad="Header1_Load" />
Line 28: <asp:ScriptManager id="ScriptManager" runat="server" />
Line 29: <div class="qsfDemosLeft">
Line 30: <div class="qsfDemos">

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


1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 05 Dec 2008, 03:01 PM
Hi Konstantin,

Please make sure that the server has .NET Framework 3.5 installed /or .NET 2.0 + Ajax Extensions/ and enabled.

The default web.config of the Live Demos is configured for .NET 2.0. In that folder there is a file named Web.config.Net35 which should be used in IIS7 environment. Please rename it ot web.config

Also, please copy the whole Live Demos folder on the server and not only the DefaultCS.aspx page.

Let us know the results.

Best wishes,
Veselin Vasilev
the Telerik team

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