That is probably a very good solution, but I would hope there is a way with some debugging tools to actually locate this type of error without having to resort to a catch all entry point.
de Jeff On Tue, 2012-03-06 at 02:51 -0800, InfRes wrote: > My approach to this is to have a 'catch all' at the app entry point. > and there, you can log the full stack trace of the error. > Then you dont have to rely on these type of messages. > > On Mar 2, 2:46 am, Jeff <[email protected]> wrote: > > I have a couple of users that are reporting the following error all of a > > sudden. > > > > From the Windows Event Viewer I found the following two entries: > > > > Error: EventType clr20r3, P1 acds.exe, P2 0.0.1.10, P3 4f4c2151, P4 > > system, P5 2.0.0.0, P6 4ea7901b, P7 2ce1, P8 9e, P9 > > system.net.sockets.socket, P10 NIL. > > > > Information: Bucket -1487668143, bucket table 5, EventType clr20r3, P1 > > acds.exe, P2 0.0.1.10, P3 4f4c2151, P4 system, P5 2.0.0.0, P6 4ea7901b, > > P7 2ce1, P8 9e, P9 system.net.sockets.socket, P10 NIL. > > > > Both are running XP. But one them has the program running on 2 > > different computers with XP and one of the computers does not experience > > this error. > > > > It appears to have something to do with sockets, and I suspect that it's > > and unhandeled exception, but trying to figure out where this is coming > > from is proving to be quite difficult. > > > > I've deduced that P1 is the program executable and P2 is the version > > number. P3 and/or P6 might be the address that it's failing at or being > > called from. But, I have not got a clue on how to figure this out. In > > the old days of Delphi, I could just type this address into the debugger > > and it would take me right to the line in the source code, but I have > > yet to find something similar with VB .NET. > > > > Any ideas on how to go about finding this error? > > -- > > Jeff <[email protected]> > -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
