Running a 3-tiered internet site (Web layer consists of Server 2003 Std servers running .NET/IIS, App layer consists of Server 2003 Std servers running .NET/IIS, and Data layer runs Server 2003 Std with SQL Server 2000) All are patched (Except for 023-024).
Receiving a .NET Runtime error in the application logs of the servers at random intervals.
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. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: .NET Runtime version 1.1.4322.573- w3wp.exe - Common Language Runtime Debugging Services: Application has generated an exception that could not be handled.
Process id=0x1138 (4408), Thread id=0xf64 (3940).
Click OK to terminate the application.
Click CANCEL to debug the application.
I'm not a developer - I am a systems guy, but this has our developers stumped as well. Before we call Microsoft, I was hoping someone on here might be of some assistance...
Any help is appreciated...
Thanks!
Allen
I think you need to add better error handling to you web app to ensure you
can trap and generate meaningful error messages. You might want to check
out this article on ASP.NET error handling:
How To Create Custom Error Reporting Pages in ASP.NET Using Visual Basic
.NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;308132
or for C#: http://support.microsoft.com/default.aspx?scid=kb;en-us;306355
and see if this one helps:
Detailed Usage of the Event Viewer /AUXSOURCE Switch Option
http://support.microsoft.com/default.aspx?scid=kb;en-us;312216
Thanks,
Sam

Signature
_______________________________
Sam Santiago
ssantiago@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
> Running a 3-tiered internet site (Web layer consists of Server 2003 Std servers running .NET/IIS, App layer consists of Server 2003 Std servers
running .NET/IIS, and Data layer runs Server 2003 Std with SQL Server 2000)
All are patched (Except for 023-024).
> Receiving a .NET Runtime error in the application logs of the servers at random intervals.
>
> 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. You may be
able to use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event: .NET
Runtime version 1.1.4322.573- w3wp.exe - Common Language Runtime Debugging
Services: Application has generated an exception that could not be handled.
> Process id=0x1138 (4408), Thread id=0xf64 (3940).
>
> Click OK to terminate the application.
> Click CANCEL to debug the application.
>
> I'm not a developer - I am a systems guy, but this has our developers stumped as well. Before we call Microsoft, I was hoping someone on here
might be of some assistance...
> Any help is appreciated...
>
> Thanks!
>
> Allen