Eventtype clr20r3 error Solution

Source: Internet
Author: User
Run. NET 2003 or 2.0 applications on some Windows Server 3.5 operating systems. ProgramThe System Event Viewer will find an error message similar to eventtype clr20r3 P1.... p2.... Pn.
The possible cause is that an exception occurs in your application, and. Net does not or cannot catch the exception, which leads to the following situation:
1. Double-click the executable program, no response.
2.6.2 going to the task manager will see a dw20.exe process and will disappear soon
3. An error message similar to eventtype clr20r3 P1.... p2... PN will be found in the event viewer.

Solution:
The specific problem may be solved differently, but the error in the Event Viewer still provides some prompt information. There is P1.... Pn in the error message, where p is followed by the namespace that throws an exception. GoCodeFind out where the space is used, especially in the initial part of the program, such as program. CS. In my case, the system. remoting error is thrown, and remoting is used in my program. Therefore, it may be because the port is occupied. As a result, the program can be started normally after the port is changed.
In addition, it is best to add a global exception capture to the program. In this case, detailed information will be prompted when an exception occurs, so that you will not be confused.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.