Help: How to fix this error?

A

ABC

I use ASP.NET 1.1, no any ASP.NET 2.0 features to use. Just the page name
is ProductMaster to display product master information.

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
 
D

Daniel Walzenbach

ABC,

is it possible that the name of the class in the file
"ProductMaster.aspx.cs" is NOT "ProductMaster"?

Regards

Daniel Walzenbach
 
A

ABC

I fixed. The problem solved.



Daniel Walzenbach said:
ABC,

is it possible that the name of the class in the file
"ProductMaster.aspx.cs" is NOT "ProductMaster"?

Regards

Daniel Walzenbach
 
G

Guest

Hi ABC,

cool, that you could solve your issue. What was the problem? Can you drop a
line on what you did that others can participate as well on your solution?

Thank you!

Daniel Walzenbach
 

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

Similar Threads

Parse Error 5
Parser Error: 0
how to replace the bin folder 0
weird compilation error 0
how to handle error in this 1
Parser Error 3
Parser error 6
Parser error 2

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top