Solving The Issue Of App Crash Ntdll Dll

Asked By 0 points N/A Posted on -
qa-featured

I ran an associated degree application on a 32-bit Windows 7 machine. Unexpectedly, the application crashes. I checked the event viewer and found the following error: Invalid application name: MyApplication.exe Invalid module name: ntdll.dll

Is this problem a thing in my application .. or something I would like to try with OS. Please help me solve this problem.

SHARE
Answered By 0 points N/A #323037

Solving The Issue Of App Crash Ntdll Dll

qa-featured

Two ways to solve this:

Method 1: Upgrade Windows

Click the Start button and the appearance of the dashboard. Performa check for Updates, and then click Install Updates. If you find that Windows Update has already performed the same action, try reinstalling the DLL.

Method 2: Configure the DLL

Type cmd in the search field open cmd and Run it as an administrator.

Enter this at the prompt:

regsvr32.exe / u ntdll.dll and press enter.

regsvr32.exe ntdll.dll and press Enter.

Related Questions