Asp.Net 2.0 final release...

  • Thread starter fernando.refiorentin
  • Start date
F

fernando.refiorentin

I have installed the Net.Framwork 2.0 (v2.0.50727) and IIS crash some
times with this error:
-------------------------------------------------------------------------------------------------------------------
Event Type: Error
Event Source: .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID: 5000
Date: 07/11/2005
Time: 12.55.56
User: N/A
Computer: KG-SVIL
Description:
EventType clr20r3, P1 w3wp.exe, P2 6.0.3790.0, P3 3e8000e6, P4
system.data, P5 2.0.0.0, P6 4333aea2, P7 1946, P8 25, P9
system.invalidoperationexception, P10 NIL.
-------------------------------------------------------------------------------------------------------------------

The problem is the same on 2 Server with Windows 2003 and IIS 6.0... If
I switch to .Net 1.1 all works perfectly!!
Does any have the same problem? Does aby one resolved this?

Thanks, Fernando.
 
J

Juan T. Llibre

You should try to discover which operation you're
executing is valid in 1.1, but invalid in 2.0.

Have you tried debugging the application
when it's running targeting the 2.0 framework ?
 
G

Gordon Cowie

In IIS Manager, under Application Pools, right-click and open the
properties for the application pool running the .NET framework.

On the Health tab there is a checkbox called "Enable rapid-fail
protection". Sounds like an interesting feature to be on by default..

Select to configure IIS to remove this application pool from service and
place it in a mode where the kernel-mode driver immediately returns a
503 Service Unavailable - out-of-service message to any requests to that
application pool.
Rapid-fail protection protects your Internet service from widespread
interruptions by detecting and isolating application pools where worker
processes are rapidly failing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top