What are the causes and solutions of exception code c0000005 in mscorwks.dll?
        Posted  
        
            by 
                Erick
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Erick
        
        
        
        Published on 2010-12-28T23:00:33Z
        Indexed on 
            2010/12/28
            23:54 UTC
        
        
        Read the original article
        Hit count: 415
        
The exception code c0000005 is thrown from mscorwks.dll when the application is run on Windows Server 2008 R2. Other platforms (WinXP, Server 2003 R2, Windows 7 32-bit and 64-bit) do not present this exception.
The event log from a single execution has many of the following event with event ID 1023 raised by the .NET Runtime:
.NET Runtime version 2.0.50727.4952 - Fatal Execution Engine Error (7383851A) (80131506)
The application itself makes use of a SOAP interface generated by visual studio from a wsdl, a COM object with an embedded interop, and is targeting .Net 4.
sfc /scannow was run and found no problems with system files on the affected system.
What trouble shooting can be done to identify a solution?
© Stack Overflow or respective owner