473,386 Members | 1,827 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,386 software developers and data experts.

Parser Error when running on prod server

Hi,

I have an asp.net app (testShow.aspx) with a code behind
file (testShow.aspx.vb) I run on my .NET 2002 dev machine
and it works alright on the localhost, but when I copy the
testShow.aspx and the compiled \bin\ directory to the
production server I get an error message which I don't
understand.

*************************************
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 'test1ShowResult.testShow'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="testShow.aspx.vb"
Inherits="test1ShowResult.testShow" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
Line 3: <HTML>
Source File: c:\inetpub\wwwroot\1
\test1ShowResult\testShow.aspx Line: 1
-----------------------------------------------------------
---------------------
Version Information: Microsoft .NET Framework
Version:1.0.3705.209; ASP.NET Version:1.0.3705.272

**********************************

Anyone that could guide me?

TIA

/Kenneth
Nov 17 '05 #1
1 1041
It's either not finding your DLL or it's not finding that type in the DLL.
Make sure the DLL is in the bin directory in the root of the web
application, that the root of your application is set up as an application
in IIS, and that the name of what it inherits is typed property (case is
important).

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
"Kenneth" <ke***********@chello.se> wrote in message
news:02****************************@phx.gbl...
Hi,

I have an asp.net app (testShow.aspx) with a code behind
file (testShow.aspx.vb) I run on my .NET 2002 dev machine
and it works alright on the localhost, but when I copy the
testShow.aspx and the compiled \bin\ directory to the
production server I get an error message which I don't
understand.

*************************************
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 'test1ShowResult.testShow'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="testShow.aspx.vb"
Inherits="test1ShowResult.testShow" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
Line 3: <HTML>
Source File: c:\inetpub\wwwroot\1
\test1ShowResult\testShow.aspx Line: 1
-----------------------------------------------------------
---------------------
Version Information: Microsoft .NET Framework
Version:1.0.3705.209; ASP.NET Version:1.0.3705.272

**********************************

Anyone that could guide me?

TIA

/Kenneth

Nov 17 '05 #2

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

Similar topics

6
by: ST | last post by:
Hi, I keep getting the parser error, and I have no idea why. I've tried a number of things including: 1)building/rebuilding about 100x 2)making sure all dll's are in the bin folder in the root...
2
by: bijoy | last post by:
I have the C# web application running on 2 servers - dev and prod. Dev runs Win2K and the prod runs Win 2K3. I noticed some strange behavior on the 2k3 machine. When I copy over all the required...
1
by: Ramanfromoz | last post by:
Hi, Developing a new we application. Everything okay on my local WIN XP PROFESSIONAL, IIS 5.0 running locally. The website is running smoothly. Now, the same code I am copying over to a...
2
by: pj_servadmin | last post by:
Server Error in '/<applicationName>' Application -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of...
16
by: | last post by:
Hi all, I have a website running on beta 2.0 on server 2003 web sp1 and I keep getting the following error:- Error In:...
3
by: pWade | last post by:
I built a relatively simple asp.net web application in VS 2005 which runs fine on my local machine. I disabled debugging in the web.config file and compiled the project under Release. I then...
1
by: AnalogKid17 | last post by:
I'm getting this error when building and running an ASP solution that lives on a network folder (part of the prod web server). I was NOT getting this when working on the same *identical* solution...
28
by: Marc Gravell | last post by:
In Linq, you can apparently get a meaningful body from and expression's .ToString(); random question - does anybody know if linq also includes a parser? It just seemed it might be a handy way to...
2
by: sareena | last post by:
There is a problem with accessing an ASP appln hosted on a dedicated Win '03 load balanced server running IIS 6.0 in worker process isolation mode. When the user types in the URl of the appln and...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...

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.