473,416 Members | 1,704 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,416 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 3577
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 deemed a perfect candidate for ASP.NET. So, .NET...
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 bottom of mail). The web server runs the database...
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 machine, I get this error in the event log: Event...
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 displayed in the webpage is "Server Application...
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 Application Event Log for more details. I have...
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 web page that indicates Server Application...
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 when I started seeing the following errors. ...
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 up in the EVENT LOG on the server every once in a...
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 from a datareader. Running locally, the code...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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
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,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.