Eventtype Clr20r3 P1 Wsusservice Exe

Problem Event Name Clr20r3 Mscorlib

Mar 05, 2006 EventType clr20r3, P1 steprecorder.exe, P2 1.0.302.0, P3 440bee00, P4 steprecorder, P5 1.0.302.0. Got an error today: EventType clr20r3, P1. Learn what other IT pros think about the 5000 Error event generated by.NET Runtime 2.0. EventType clr20r3, P1 ccc.exe, P2 2.0.0.0, P3 49ef8e09, P4 mscorlib.

Mayur Bagal, Based on your post, the error message 'EventType clr20r3.' Is too common to catch the mistake in your application. I also notice you have posted the same problem in ClickOnce forum and another thread in BCL forum.

As is mentioned in your last sentence, there is COM component and ocx control, i have no idea whether it is the third-party component provided by the other vendors. If it is, you can try to contact to the related manufacturer. Generally speaking, clr20r3 is just a event message showing that there is an unhandled exception in your application. This is the application's developer's responsibility to deal with this exception. CLR logged the exception in order to inform you. To deal with this issue, you have to check your source code and handle the exception. Dirct X on this page. As far as I've known, this is the only way. In addition, by searching in the MSDN forums with the EventType clr20r3 keyword, there are many threads with this error message.