mscorwks.dll

What are the causes and solutions of exception code c0000005 in mscorwks.dll?

依然范特西╮ 提交于 2019-12-17 20:50:31
问题 The exception code C0000005 is thrown from mscorwks.dll when the application is run on Windows Server 2008 R2 launched using test complete. Other platforms (Windows XP, 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

mscordacwks.dll and mscorwks.dll confusions

独自空忆成欢 提交于 2019-12-05 15:25:15
问题 What are the different functions mscordacwks.dll and mscorwks.dll performing in .Net framework runtime, build and in debugging process? Are there any recommended readings for this topic? I have searched for quite some time but failed. thanks in advance, George 回答1: mscorwks is the main MS CLR implementation. mscordacwks provides a data-access abstraction over the CLR details, so that debuggers (such as SOS) don't need to know too much about the internals of mscorwks. A discussion is given