Help: How to fix this error?

  • Thread starter Thread starter ABC
  • Start date Start date
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
 
ABC,

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

Regards

Daniel Walzenbach
 
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
 
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

Back
Top