473,699 Members | 2,628 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

aspnet_wp.exe crashing

Tom
I am having the following show up in my application event log:

=============== =============== =======
Source: .NET Runtime
Event ID: 0
Description:
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=0xecc (3788), Thread id=0xe20 (3616).

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

immediately after that, the next entry in the application log is
Source ASP NET 1.1.4322.0
Event ID: 1000

Description:
aspnet_wp.exe (PID: 3788) stopped unexpectedly.

=============== =============== ===========

If I restart IIS, it works for a while, maybe a day, then it crashes again.
Any clues ?

Thanks,
Tom
Nov 19 '05 #1
5 1851
Hi Tom:
Unfortunately, there is no easy way to know why the process stopped
unexpectedly.

You'll have to do some digging around. Fortunately there are tools
that can take a snapshot of the process before it terminates and from
there you can look at threads and call stacks to see what it was doing
at the moment it decided it needed to terminate.

See:
Production Debugging for .NET Framework Applications
http://msdn.microsoft.com/library/de...html/DBGrm.asp

Particularity chapter 4 will guide you on how to debug unexpected
process terminations.

HTH,

--
Scott
http://www.OdeToCode.com/blogs/scott/
On Fri, 29 Apr 2005 09:32:09 -0700, Tom
<To*@discussion s.microsoft.com > wrote:
I am having the following show up in my application event log:

============== =============== ========
Source: .NET Runtime
Event ID: 0
Description:
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.ex e - Common Language Runtime Debugging Services: Application has
generated an exception that could not be handled.

Process id=0xecc (3788), Thread id=0xe20 (3616).

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

immediately after that, the next entry in the application log is
Source ASP NET 1.1.4322.0
Event ID: 1000

Description:
aspnet_wp.ex e (PID: 3788) stopped unexpectedly.

============== =============== ============

If I restart IIS, it works for a while, maybe a day, then it crashes again.
Any clues ?

Thanks,
Tom


Nov 19 '05 #2
You aren't using try/catch/finally everywhere you should. Trap
your errors...

--
2005 Microsoft MVP C#
Robbe Morris
http://www.robbemorris.com
http://www.masterado.net/home/listings.aspx

"Tom" <To*@discussion s.microsoft.com > wrote in message
news:86******** *************** ***********@mic rosoft.com...
I am having the following show up in my application event log:

=============== =============== =======
Source: .NET Runtime
Event ID: 0
Description:
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=0xecc (3788), Thread id=0xe20 (3616).

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

immediately after that, the next entry in the application log is
Source ASP NET 1.1.4322.0
Event ID: 1000

Description:
aspnet_wp.exe (PID: 3788) stopped unexpectedly.

=============== =============== ===========

If I restart IIS, it works for a while, maybe a day, then it crashes
again.
Any clues ?

Thanks,
Tom

Nov 19 '05 #3
TOm as Robbe adviced try sing TRY/CATCH
It should help where to start from

*** Sent via Developersdex http://www.developersdex.com ***
Nov 19 '05 #4
It doesn't sound like the problem is a managed exception - generally
something went terribly wrong in native code, or a memory threshold
was exceeded - something along those lines...

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Fri, 29 Apr 2005 21:19:54 -0400, "Robbe Morris [C# MVP]"
<in**@turnkeyto ols.com> wrote:
You aren't using try/catch/finally everywhere you should. Trap
your errors...


Nov 19 '05 #5
Tom
For now I have done the following:
1. Locate machine.config (try
C:\WINNT\Micros oft.NET\Framewo Â*rk\<VERSION FOLDER>\CONFIG) .
2. Open machine.config in Notepad or other text editor.
3. Search for this string: "<processMo del"
4. In the processModel element, change userName="machi ne" to
userName="SYSTE M"
This seems to be working so far....not sure why.
"Scott Allen" wrote:
It doesn't sound like the problem is a managed exception - generally
something went terribly wrong in native code, or a memory threshold
was exceeded - something along those lines...

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Fri, 29 Apr 2005 21:19:54 -0400, "Robbe Morris [C# MVP]"
<in**@turnkeyto ols.com> wrote:
You aren't using try/catch/finally everywhere you should. Trap
your errors...


Nov 19 '05 #6

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

Similar topics

3
5367
by: | last post by:
This question references to KB articles: http://support.microsoft.com/default.aspx?scid=kb;EN-US;315158 http://support.microsoft.com/default.aspx?scid=kb;EN-US;317012 I'm running Advanced Server 2000 as a domain controller with IIS 5 (I know I shouldn't be doing this - just a test machine). I am using the default ASP.NET (v1.1) machine.config file..... <processModel..... userName="machine" password="AutoGenerate"..... />
2
19474
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 was installed on their web server and one of the subdirectories in the web site was converted to a virtual application to support the new pages that would be added. The rest of the site was left untouched. New aspx files were added to this...
5
2353
by: Ken Barrett | last post by:
I apologize in advance for cross-posting, but I have noted that others have experienced similar issues and was hoping that someone could help. Briefly, I am working on an ASP.NET content management application written in C#. running on .NET Framework 1.1/W2K/IIS5. The application uses the Microsoft WebService Behavior to generate a tree of "folders" in a frame on the left hand side. The user can click on a "folder", and the contents...
1
1388
by: Derek Martin | last post by:
Hi list, I have created a web app with VS2k3.net using VB.net and everything was working fine until something went wrong and now all attempts to get at *any* .net based page on the server returns Service Unavailable to the user and an Error in the Event log that says this: aspnet_wp.exe (PID: 2872) stopped unexpectedly. and The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be
2
2241
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 unavailable") and it takes sometime off to get back to normal state (this happens automatically). The error message that is found in the windows event log is "aspnet_wp.exe (PID:xxxxx) stopped unexpectedly. Event ID: 1000". On searching through...
2
2188
by: Sidharth | last post by:
Hello, We are experiencing some issues with the aspnet_wp process on our live servers. The problems are intermittent and we cannot reproduce it on our dev and test servers. Currently around twice a day the aspnet_wp process takes 100% of the cpu and causes the whole website to come to a stand still. We then have to end the process for the website to become useable. Once the aspnet_wp process recycled itself and in the event logs it...
2
1994
by: Marcin Belczewski | last post by:
I have a problem with aspnet_wp.exe on my Windows XP. When I start any of my web applications, webservices or even try to create asp.net project under vs.net - aspnet_wp.exe process starts - consumes 50% of CPU and works for a long time doing nothing - web applications, vs.net seem to hang. After some time aspnet_wp.exe spawns and another aspnet_wp.exe consumes CPU without processing requests properly. Overnight I had 30 aspnet_wp...
0
1151
by: shashikant.mundlik | last post by:
Hi All, My .NET IDE is crashing when trying to attach any process in ASP.net application and try to debug. The error message is as follows. Faulting application devenv.exe, version 7.10.3077.0, faulting module rpcrt4.dll, version 5.1.2600.2180, fault address 0x00019cc8. Please help.
1
1657
by: Greg | last post by:
Hi, I have a web service that calls an an assembly on a server. My client calls the web service, the web service calls the assembly... very straightforward. I have noticed 2 things though that I cannot quite understand; A) When my assembly throws an exception (that is handled and trickles back down to the client) and my client goes to invoke another call...
0
8685
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8613
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9172
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9032
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8908
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8880
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6532
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3054
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.