472,328 Members | 1,716 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

aspnet_wp.exe (PID: 2248) stopped unexpectedly.

Has anyone unexpectedly encountered the following error for an ASP.NET
application that was working fine?

---------------------------------------------------------------------------------------------
web page displays error:

Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser
to retry your request.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server.
Please review this log entry to discover what caused this error to occur.

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

1st Event Viewer error:

Source: .NET Runtime
Category: None
Event: 0
The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be
found. The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. The following
information is part of the event: .NET Runtime version 1.1.4322.2032-
aspnet_wp.exe - Common Language Runtime Debugging Services: Application has
generated an exception that could not be handled.

Process id=0x8c8 (2248), Thread id=0x8e8 (2280).

Click OK to terminate the application.
Click CANCEL to debug the application..

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

2nd Event Viewer error:

Source: ASP.NET 1.1.4322.0
Category: None
Event: 1000
aspnet_wp.exe (PID: 2248) stopped unexpectedly.

---------------------------------------------------------------------------------------------
Nov 19 '05 #1
2 3532
your code crashed the aspnet worker process. common causes:

using com objects
calling unmanged code
stack overflows

add more error event logging in your code

-- bruce (sqlwork.com)
"John A Grandy" <johnagrandy-at-yahoo-dot-com> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
| Has anyone unexpectedly encountered the following error for an ASP.NET
| application that was working fine?
|
| --------------------------------------------------------------------------
-------------------
| web page displays error:
|
| Server Application Unavailable
| The web application you are attempting to access on this web server is
| currently unavailable. Please hit the "Refresh" button in your web
browser
| to retry your request.
|
| Administrator Note: An error message detailing the cause of this specific
| request failure can be found in the application event log of the web
server.
| Please review this log entry to discover what caused this error to occur.
|
| --------------------------------------------------------------------------
-------------------
|
| 1st Event Viewer error:
|
| Source: .NET Runtime
| Category: None
| Event: 0
|
|
| The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be
| found. The local computer may not have the necessary registry information
or
| message DLL files to display messages from a remote computer. The
following
| information is part of the event: .NET Runtime version 1.1.4322.2032-
| aspnet_wp.exe - Common Language Runtime Debugging Services: Application
has
| generated an exception that could not be handled.
|
| Process id=0x8c8 (2248), Thread id=0x8e8 (2280).
|
| Click OK to terminate the application.
| Click CANCEL to debug the application..
|
| --------------------------------------------------------------------------
-------------------
|
| 2nd Event Viewer error:
|
| Source: ASP.NET 1.1.4322.0
| Category: None
| Event: 1000
|
|
| aspnet_wp.exe (PID: 2248) stopped unexpectedly.
|
| --------------------------------------------------------------------------
-------------------
|
|
Nov 19 '05 #2
Hi Bruce, and thanks for the response

It's undoubtedly a stack overflow error, since that's the specific error
message the Microsoft CLR Debugger comes up with ...

problem is I can't find it ...

what are some good techniques to find stack overflows coding errors ?

"bruce barker" <no***********@safeco.com> wrote in message
news:u4*************@TK2MSFTNGP12.phx.gbl...
your code crashed the aspnet worker process. common causes:

using com objects
calling unmanged code
stack overflows

add more error event logging in your code

-- bruce (sqlwork.com)
"John A Grandy" <johnagrandy-at-yahoo-dot-com> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
| Has anyone unexpectedly encountered the following error for an ASP.NET
| application that was working fine?
|
| --------------------------------------------------------------------------
-------------------
| web page displays error:
|
| Server Application Unavailable
| The web application you are attempting to access on this web server is
| currently unavailable. Please hit the "Refresh" button in your web
browser
| to retry your request.
|
| Administrator Note: An error message detailing the cause of this
specific
| request failure can be found in the application event log of the web
server.
| Please review this log entry to discover what caused this error to
occur.
|
| --------------------------------------------------------------------------
-------------------
|
| 1st Event Viewer error:
|
| Source: .NET Runtime
| Category: None
| Event: 0
|
|
| The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be
| found. The local computer may not have the necessary registry
information
or
| message DLL files to display messages from a remote computer. The
following
| information is part of the event: .NET Runtime version 1.1.4322.2032-
| aspnet_wp.exe - Common Language Runtime Debugging Services: Application
has
| generated an exception that could not be handled.
|
| Process id=0x8c8 (2248), Thread id=0x8e8 (2280).
|
| Click OK to terminate the application.
| Click CANCEL to debug the application..
|
| --------------------------------------------------------------------------
-------------------
|
| 2nd Event Viewer error:
|
| Source: ASP.NET 1.1.4322.0
| Category: None
| Event: 1000
|
|
| aspnet_wp.exe (PID: 2248) stopped unexpectedly.
|
| --------------------------------------------------------------------------
-------------------
|
|

Nov 19 '05 #3

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

Similar topics

2
by: Matt Sollars | last post by:
Hi all. I'm having a nasty problem. A client's website was originally written with classic ASP. They requested a new portion of the site that was...
1
by: Jarrod Hermer | last post by:
Hi All, I am trying to debug a strange problem of duplicate entries in my database when I came across the following errors in the event log (see...
1
by: Nikhil Tayal | last post by:
I'm having a Web application build over asp.net. Everything was working fine till yesterday. But now if I browse to any asp.net hosted on my...
2
by: Lokanathan | last post by:
Currently we are experiencing a unique problem with regard to the ASP .net service. Intermittently the ASP .Net service gets stopped (error message...
2
by: Erik Lindeblom | last post by:
I can suddenly no longer browse any of my ASP.net web services. The browser returns: Server Application Unavailable and tells me to look at the...
1
by: Ken Varn | last post by:
On a few occasions, IIS has thrown up a pop-up error message box stating that aspnet_wp generated an error. The browser interface comes back with a...
3
by: Ramesh Dodamani | last post by:
Environment: XP Pro, VS.Net 2003, .Net 1.1.4322 with SP1 & KB Hotfix 886903 P4 2.2GHz, 1 GB RAM My system was working fine till a few weeks back...
1
by: Paul Wasowicz | last post by:
Configuration: Windows 2000 Server SP4 ..Net Framework 1.1 SP1 Microsoft Site Server 3.0 Problem: the following error messages start showing...
5
by: Jon Paal | last post by:
anybody know what causes this error message reported by visual studio just in tiime debugger ? I get it when trying to populate a simple gridview...
0
by: tammygombez | last post by:
Hey fellow JavaFX developers, I'm currently working on a project that involves using a ComboBox in JavaFX, and I've run into a bit of an issue....
0
by: tammygombez | last post by:
Hey everyone! I've been researching gaming laptops lately, and I must say, they can get pretty expensive. However, I've come across some great...
0
by: concettolabs | last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...

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.