Share via

APPCRASH ntdll.dll Exception Code: c0000005 visual studio 2012

Anonymous
2013-04-24T08:19:58+00:00

i have installed visual studio 2012 on a windows 7 (64 bit) machine and keep getting the following message when i   run a simple app

see error message below. Can you please provide some assistance.

Problem signature:

Problem Event Name: APPCRASH

Application Name: WindowsApplication5.exe

Application Version: 1.0.0.0

Application Timestamp: 51778cee

Fault Module Name: ntdll.dll

Fault Module Version: 6.1.7601.17725

Fault Module Timestamp: 4ec4aa8e

Exception Code: c0000005

Exception Offset: 000000000005159b

OS Version: 6.1.7601.2.1.0.256.48

Locale ID: 2057

Additional Information 1: 5405

Additional Information 2: 5405f64f3adc094dd3766f93d14fd3da

Additional Information 3: 4f75

Additional Information 4: 4f75c1d2cd62d6419d46c25d963d2f4a

Windows for home | Previous Windows versions | Apps

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. Anonymous
    2015-12-16T15:07:09+00:00

    Tried to unregister/register the ntdll.dll file but I get the following message:

    The module "ntdll.dll" was laoded but the entry-point DLLUnregisterServer was not found.

    200+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2013-04-25T01:31:15+00:00

    Hi,

    The ntdll.dll file is a file created by Microsoft that has a description of "Layer DLL" and is the file that contains kernel functions. This file is located in the c:\windows\system32.

    Please follow the methods to fix the issue with the corrupted files in the computer and find the cause of the issue.

    Method 1: Run SFC scan in the computer

    Use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or on Windows 7:

    http://support.microsoft.com/kb/929833

    Method 2: I would suggest to re-register the .dll:

    1. Click on Start, then Run.
    2. Now all you have to do to register a DLL file is to type in the regsvr32 command, followed by the path of the DLL file. : regsvr32 C:\Windows\System32\ ntdll.dll

    Do let us know if you have any other queries pertaining to Windows in the future. We will be happy to help. We, at Microsoft strive towards excellence and provide our customers with the best support.

    10+ people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2015-07-13T18:28:43+00:00

    There appears to be an extra space in the command; try regsvr32 C:\Windows\System32\ntdll.dll (without the space before ntdll.dll)

    10 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2015-05-29T15:07:35+00:00

    I am having a similar issue with an Adobe product. I ran the SFC scanner and got the following message: "Windows Resource Protection did not find any integrity violations."


    Then I tried to re-register the .dll but I receive the following message:

    "The module "C:\Windows\System32" failed to load. Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files. The specified module could not be found." 

    The program crashes when I right-click and try running it from the right click menu. Otherwise, the program seems to be running as usual.

    4 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2016-06-02T08:18:40+00:00

    Any progress in this regards? ntdll.dll cannot be regsvrd32'd

    0 comments No comments