Results 1 to 4 of 4

Thread: EventType clr20r3 -VB.Net Application runtime error

  1. #1
    Join Date
    Nov 2008
    Posts
    94

    EventType clr20r3 -VB.Net Application runtime error

    I keep Two machine one for the development purpose and one for the testing purpose, my testing machine is running on Windows Server 2003 and that machine gives me an error suggesting clr20r3 Error. and at the same time the same code runs perfectly alright on my development machine. ON my development machine it runs fine. Why does the application.restart() method crash with "EventType clr20r3" recorded in the application logs on some PC's? How can I go about finding the cause of the error? Any ideas what I could do to fix this?

    Additional information: The specified module could not be found. (Exception from HRESULT: 0x8007007E)

  2. #2
    Join Date
    Dec 2008
    Posts
    161

    Re: EventType clr20r3 -VB.Net Application runtime error

    I think you may try to handle all the unhandled exception to see what cause the problem, so that we can do further toubleshooting. Global.asax file that will catch all unhandled ASP.NET errors while processing a request — in other words, all the errors that are not caught with a Try/Catch block or in a page-level error handler. In the example, the handler transfers control to a generic error page named GenericErrorPage.aspx, which interprets the error and displays an appropriate message.Here you will get an example which will let know how to handle the exception :http://msdn.microsoft.com/en-us/library/24395wz3.aspx

  3. #3
    Join Date
    Dec 2008
    Posts
    183

    Re: EventType clr20r3 -VB.Net Application runtime error

    You need to throw an exception because it would be need to remove the collection while we were enumerating it. because if we had used a for loop instead of a foreach and iterated in reverse that would have been fine. with the server is it needs all the *.dll files in the bin directory of the project. If the files are not in the directory then it will throw the error. So when copying the files and folders make sure you copy all the dependencies, However the rules around IEnumberable don’t like what we were doing.

  4. #4
    Join Date
    Nov 2008
    Posts
    94

    Re: EventType clr20r3 -VB.Net Application runtime error

    If I leave the private variable assigned it will stop and give me the error: Attempted to read or write protected memory. This is often an indication
    that other memory is corrupt. I have one more doubt, Why does the application.restart() method crash with "EventType clr20r3" recorded in the application logs on some PC's? If I fix all of them, it wont stop anymore until then declaration of the new form but then gives me the same error at that point.

Similar Threads

  1. EventType clr20r3
    By Charlie R in forum Windows XP Support
    Replies: 1
    Last Post: 20-03-2013, 04:27 PM
  2. Replies: 3
    Last Post: 22-04-2009, 11:02 PM
  3. Microsoft Visual C++ Runtime Library... Runtime Error
    By Joko in forum Software Development
    Replies: 2
    Last Post: 17-02-2009, 09:52 PM
  4. Microsoft Visual C++ Runtime Library Symantec Runtime error
    By Ranchero in forum Windows XP Support
    Replies: 8
    Last Post: 27-09-2008, 09:08 AM
  5. Replies: 6
    Last Post: 14-11-2006, 03:37 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,106,585.32750 seconds with 17 queries