Tagged Questions

0
votes
0answers
38 views

way to “reverse” dw20.exe hashes?

Our application has been throwing unhandled exceptions. DW20.exe logs these like this test case: EventType clr20r3, P1 clr20r3.exe, P2 1.0.0.0, P3 4af175d6, P4 clr20r3, P5 1.0.0.0, P6 4af175d6, P7 1, …
1
vote
1answer
101 views

C# Reading Windows events on XP the time is out by 1 hour, reading Vista the time is correct

When reading the date and time a Windows event occurred using XP the time is +1 hour out, when using Vista the time is correct. Both machines have .Net 3.5 installed (same version 3.5.30729.01), the …
1
vote
2answers
185 views

Any light for TEventLogger?

I want to see about logging events from a Delphi 5 application to the Windows log, and from another post here I see that I can use the TEventLogger class to do this. However, I can't find any …
1
vote
1answer
1k views

Event Log Application Error, is the fault address meaningful?

I have an application error in the event log and it includes the following information: Reporting queued error: faulting application w3wp.exe, version 6.0.3790.3959, faulting module kernel32.dll, …
1
vote
4answers
423 views

How to get EventLog to record user name into Window Event Log?

I'm writing to the windows event log using C#. I can set every field visible in the mmc.exe "Computer Management" tool, except for the User field. The client application is ASP.NET and uses forms …
1
vote
5answers
128 views

Unique EventId generation

I'm using the Windows Event Log to record some events. Events within the Windows Event Log can be assigned a handful of properties. One of which, is an EventID. Now I want to use the EventId to try …
0
votes
5answers
751 views

Write to eventlog from within Sharepoint webpart

Hello All, I'm trying to create a custom webpart. To implement error handling I would like to write to the eventlog. To do so, I'm trying to use the following code; protected void …
3
votes
1answer
183 views

Diagnosing CLR errors in Windows Event Viewer

We have an .NET desktop application that crashed in production. How do we diagnose the error? I'd like to know the type of exception that occurred, the error message, and the stack trace. Because the …
0
votes
3answers
905 views

How to view Windows Event Log remotely with limited privileges

To debug some code, I would like to view the Windows event log of a remote machine (target is Windows2003). With mmc.exe I can add the event log for a remote machine, but only if I have sufficient …