Link to home
Start Free TrialLog in
Avatar of benjongewaard
benjongewaard

asked on

Webengine.dll Crash with ASP.net

I am getting the following error:

Faulting application w3wp.exe, version 6.0.3790.1830, stamp 42435be1, faulting module unknown, version 0.0.0.0, stamp 00000000, debug? 0, fault address 0x0417a9bb.
Faulting application w3wp.exe, version 6.0.3790.1830, stamp 42435be1, faulting module unknown, version 0.0.0.0, stamp 00000000, debug? 0, fault address 0x00730061.
Faulting application w3wp.exe, version 6.0.3790.1830, faulting module unknown, version 0.0.0.0, fault address 0x0064006f.
Faulting application w3wp.exe, version 6.0.3790.1830, stamp 42435be1, faulting module unknown, version 0.0.0.0, stamp 00000000, debug? 0, fault address 0x0064006f.
Faulting application w3wp.exe, version 6.0.3790.1830, faulting module webengine.dll, version 2.0.50727.42, fault address 0x00002fec.
Reporting queued error: faulting application w3wp.exe, version 6.0.3790.1830, faulting module unknown, version 0.0.0.0, fault address 0x0064006f.
Reporting queued error: faulting application w3wp.exe, version 6.0.3790.1830, faulting module webengine.dll, version 2.0.50727.42, fault address 0x00002fec.


A process serving application pool 'FL' terminated unexpectedly. The process id was '7868'. The process exit code was '0xc0000005'.
Application pool 'FL' is being automatically disabled due to a series of failures in the process(es) serving that application pool.



Any ideas?
Avatar of AndresM
AndresM

see if this helps
An IIS 6.0 application pool may unexpectedly exit when an worker process shuts down or is recycled
http://support.microsoft.com/kb/918041/en-us

Avatar of benjongewaard

ASKER

But I need to find out why it is unexpectdly quitting.  
ASKER CERTIFIED SOLUTION
Avatar of Nightman
Nightman
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I will check out the code.  Thanks!!