473,407 Members | 2,359 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

Help: How to fix this error?

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.ProductMas ter" %>
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

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032

Nov 19 '05 #1
3 1157
ABC,

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

Regards

Daniel Walzenbach
"ABC" <ab*@abc.com> schrieb im Newsbeitrag
news:e%****************@tk2msftngp13.phx.gbl...
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.ProductMas ter" %>
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

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:1.1.4322.2032;
ASP.NET
Version:1.1.4322.2032

Nov 19 '05 #2
ABC
I fixed. The problem solved.

"Daniel Walzenbach" <da***************@newsgroup.nospam> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
ABC,

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

Regards

Daniel Walzenbach
"ABC" <ab*@abc.com> schrieb im Newsbeitrag
news:e%****************@tk2msftngp13.phx.gbl...
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.ProductMas ter" %>
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

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:1.1.4322.2032;
ASP.NET
Version:1.1.4322.2032


Nov 19 '05 #3
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

"ABC" wrote:
I fixed. The problem solved.

"Daniel Walzenbach" <da***************@newsgroup.nospam> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
ABC,

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

Regards

Daniel Walzenbach
"ABC" <ab*@abc.com> schrieb im Newsbeitrag
news:e%****************@tk2msftngp13.phx.gbl...
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.ProductMas ter" %>
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

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:1.1.4322.2032;
ASP.NET
Version:1.1.4322.2032



Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: wukexin | last post by:
Help me, good men. I find mang books that introduce bit "mang header files",they talk too bit,in fact it is my too fool, I don't learn it, I have do a test program, but I have no correct doing...
5
by: xuatla | last post by:
Hi, I encountered the following compile error of c++ and hope to get your help. test2.cpp: In member function `CTest CTest::operator+=(CTest&)': test2.cpp:79: error: no match for 'operator='...
9
by: YZK | last post by:
Hello. I'm not a Web developer, just a user, and I think I may have somehow messed myself up majorly. I'm not quite sure how. Right now, javascript used by websites I go to either does not work at...
8
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- ...
1
by: Dave | last post by:
I am having problems accessing DTS after install SP4 and was wondering if someone could offer some advice. I installed SP4 and got the following error after it competed. Unable to write to...
6
by: Jax | last post by:
I have Visual Studio 2002 Standard Edition. It has been working fine up to a point and now i'm at that point. Due to the limitations of the edition i am not using any of my own .dll's and instead...
5
by: Marc Violette | last post by:
<Reply-To: veejunk@sympatico.ca> Hello, I'm hoping someone can help me out here... I'm a beginner ASP.NET developper, and am trying to follow a series of exercises in the book entitled...
6
by: James Radke | last post by:
Hello, I have a multithreaded windows NT service application (vb.net 2003) that I am working on (my first one), which reads a message queue and creates multiple threads to perform the processing...
1
by: Rahul | last post by:
Hi Everybody I have some problem in my script. please help me. This is script file. I have one *.inq file. I want run this script in XML files. But this script errors shows . If u want i am...
12
by: =?Utf-8?B?ZGdvdw==?= | last post by:
I designed a "contact_us" page in visual web developer 2005 express along with EW2 after viewing tutorials on asp.net's help page. Features work like they should, but I cannot figure out how to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.