Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

W3wp.exe .NET Runtime 2.0 Error Reporting

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
Runtime Error - I always get multiple, hundreds of pop up box on with IIS with msg below visual C++ runtime Library Runtime Error! R6025 -puru virtual function call can expert help here ??

Error Reporting - In IIS 6.0, is it possible to return detailed error messages to the browser for ASP Scripts? Similar to the messages in IIS 5.0 that explain what method failed, and at what line number, etc. Any help is most Thanks, Sam

.net Error Reporting - I am getting following error in event log file Faulting w3wp.exe, version stamp 42435be1, faulting module unknown, version 0.0.0.0, stamp 00000000, debug? 0, fault address and that my iis server gets stop if i..

IIS 5.0 and NO runtime error returned - Scenario: W2k server SP4, IIS 5, server). I have a big problem because my asp pages DOES NOT return any error. If I try: Seect Case... instead of Select Case (l misses) I obtain error: correct. If I try to generate an other..

C++ Runtime Error on Server Console with W2K - Server running Windows 2000 (latest service pack), IIS and OWA. displayed on the server console is a dialogue box regarding a C++ runtime error in has requested the Runtime to terminate it in an unusual way" ..
Next:  IIS: FrontPage or Sharepoint?  
Author Message
TonyCC

External


Since: Oct 23, 2007
Posts: 2



(Msg. 1) Posted: Tue Oct 23, 2007 12:41 pm
Post subject: W3wp.exe .NET Runtime 2.0 Error Reporting
Archived from groups: microsoft>public>inetserver>iis (more info?)

I'm Running Windows Small Business Server R2 Premium & I keep seeing the
following error about once a week in Event Manager.

Event Type: Error
Event Source: .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID: 5000
Date: 10/19/2007
Time: 2:37:02 AM
User: N/A
Computer: XXXXX
Description:
EventType clr20r3, P1 w3wp.exe, P2 6.0.3790.3959, P3 45d6968e, P4 mscorlib,
P5 2.0.0.0, P6 461eee3d, P7 407b, P8 a3, P9 system.argumentoutofrange, P10 NIL

 >> Stay informed about: W3wp.exe .NET Runtime 2.0 Error Reporting 
Back to top
Login to vote
Justin Rich

External


Since: Oct 23, 2007
Posts: 31



(Msg. 2) Posted: Tue Oct 23, 2007 4:19 pm
Post subject: Re: W3wp.exe .NET Runtime 2.0 Error Reporting [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

the w3wp prcoess is an application pool and what its telling you is whatever
..net 2.0 app you have running from that pool is caused a
system.argumentoutofrange exception.

what this means is it has some array of objects (lets say, People) and the
program is trying to reference an object in that array (lets call it a
Person) and the object (Person) its trying to get isnt in the array, and it
tells you its not fount.

im trying not to give you code here.. but its hard to explain otherwise...
basically the code is referncing an ID that doesnt exist.

its a bug in the app and you should report it to either your dev team or to
the vendor of the app.

Justin

"TonyCC" <TonyCC RemoveThis @discussions.microsoft.com> wrote in message
news:6A4C157E-12A6-4347-ADF3-A143357D0E14@microsoft.com...
> I'm Running Windows Small Business Server R2 Premium & I keep seeing the
> following error about once a week in Event Manager.
>
> Event Type: Error
> Event Source: .NET Runtime 2.0 Error Reporting
> Event Category: None
> Event ID: 5000
> Date: 10/19/2007
> Time: 2:37:02 AM
> User: N/A
> Computer: XXXXX
> Description:
> EventType clr20r3, P1 w3wp.exe, P2 6.0.3790.3959, P3 45d6968e, P4
> mscorlib,
> P5 2.0.0.0, P6 461eee3d, P7 407b, P8 a3, P9 system.argumentoutofrange, P10
> NIL
>

 >> Stay informed about: W3wp.exe .NET Runtime 2.0 Error Reporting 
Back to top
Login to vote
TonyCC

External


Since: Oct 23, 2007
Posts: 2



(Msg. 3) Posted: Tue Oct 23, 2007 5:27 pm
Post subject: Re: W3wp.exe .NET Runtime 2.0 Error Reporting [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

How do I determine what App is causing the problem?

"Justin Rich" wrote:

> the w3wp prcoess is an application pool and what its telling you is whatever
> ..net 2.0 app you have running from that pool is caused a
> system.argumentoutofrange exception.
>
> what this means is it has some array of objects (lets say, People) and the
> program is trying to reference an object in that array (lets call it a
> Person) and the object (Person) its trying to get isnt in the array, and it
> tells you its not fount.
>
> im trying not to give you code here.. but its hard to explain otherwise...
> basically the code is referncing an ID that doesnt exist.
>
> its a bug in the app and you should report it to either your dev team or to
> the vendor of the app.
>
> Justin
>
> "TonyCC" <TonyCC.TakeThisOut@discussions.microsoft.com> wrote in message
> news:6A4C157E-12A6-4347-ADF3-A143357D0E14@microsoft.com...
> > I'm Running Windows Small Business Server R2 Premium & I keep seeing the
> > following error about once a week in Event Manager.
> >
> > Event Type: Error
> > Event Source: .NET Runtime 2.0 Error Reporting
> > Event Category: None
> > Event ID: 5000
> > Date: 10/19/2007
> > Time: 2:37:02 AM
> > User: N/A
> > Computer: XXXXX
> > Description:
> > EventType clr20r3, P1 w3wp.exe, P2 6.0.3790.3959, P3 45d6968e, P4
> > mscorlib,
> > P5 2.0.0.0, P6 461eee3d, P7 407b, P8 a3, P9 system.argumentoutofrange, P10
> > NIL
> >
>
>
>
 >> Stay informed about: W3wp.exe .NET Runtime 2.0 Error Reporting 
Back to top
Login to vote
Justin Rich

External


Since: Oct 23, 2007
Posts: 31



(Msg. 4) Posted: Wed Oct 24, 2007 8:07 am
Post subject: Re: W3wp.exe .NET Runtime 2.0 Error Reporting [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

David Wang has a pretty good write up on this in his blog.
http://blogs.msdn.com/david.wang/archive/2005/08/29/HOWTO_Understand_a...Diagnos


"TonyCC" <TonyCC.RemoveThis@discussions.microsoft.com> wrote in message
news:3FD78EAA-8390-4023-8E66-A4066324249C@microsoft.com...
> How do I determine what App is causing the problem?
>
> "Justin Rich" wrote:
>
>> the w3wp prcoess is an application pool and what its telling you is
>> whatever
>> ..net 2.0 app you have running from that pool is caused a
>> system.argumentoutofrange exception.
>>
>> what this means is it has some array of objects (lets say, People) and
>> the
>> program is trying to reference an object in that array (lets call it a
>> Person) and the object (Person) its trying to get isnt in the array, and
>> it
>> tells you its not fount.
>>
>> im trying not to give you code here.. but its hard to explain
>> otherwise...
>> basically the code is referncing an ID that doesnt exist.
>>
>> its a bug in the app and you should report it to either your dev team or
>> to
>> the vendor of the app.
>>
>> Justin
>>
>> "TonyCC" <TonyCC.RemoveThis@discussions.microsoft.com> wrote in message
>> news:6A4C157E-12A6-4347-ADF3-A143357D0E14@microsoft.com...
>> > I'm Running Windows Small Business Server R2 Premium & I keep seeing
>> > the
>> > following error about once a week in Event Manager.
>> >
>> > Event Type: Error
>> > Event Source: .NET Runtime 2.0 Error Reporting
>> > Event Category: None
>> > Event ID: 5000
>> > Date: 10/19/2007
>> > Time: 2:37:02 AM
>> > User: N/A
>> > Computer: XXXXX
>> > Description:
>> > EventType clr20r3, P1 w3wp.exe, P2 6.0.3790.3959, P3 45d6968e, P4
>> > mscorlib,
>> > P5 2.0.0.0, P6 461eee3d, P7 407b, P8 a3, P9 system.argumentoutofrange,
>> > P10
>> > NIL
>> >
>>
>>
>>
 >> Stay informed about: W3wp.exe .NET Runtime 2.0 Error Reporting 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]