Error on line 1: <@ Page language="c#" .............. %>

A

ABC

How can I fixed this error?


Server Error in '/MAXXWeb' Application.
--------------------------------------------------------------------------------

Parser 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: Could not load type
'MAXX.Web.Application.Products.ProductMaster'.

Source Error:


Line 1: <%@ Page language="c#" Codebehind="ProductMaster.aspx.cs"
AutoEventWireup="false"
Inherits="MAXX.Web.Application.Products.ProductMaster" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>


Source File: C:\Inetpub\wwwroot\MaxxWeb\Products\ProductMaster.aspx Line:
1
 
J

Juan T. Llibre

Here's the user's problem :
Version Information: Microsoft .NET Framework Version:1.1.4322.2032

Master Pages are an ASP.NET 2.0 feature.
They don't work in ASP.NET 1.1.

If ASP.NET 2.0 is installed, the application must be pointed to use
ASP.NET 2.0, in the ASP.NET tab of the Internet Service Manager.



Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top