dynamic error after copy dll file to system 32

Ask for support related to our software "DLL-files.com Client"

Moderators: DllAdmin, DLLADMIN ONLY

Post Reply
urmard
Posts: 1
Joined: 19 Feb 2020, 14:20

dynamic error after copy dll file to system 32

Post by urmard »

Hi , I download and copy the api-ms-win-crt-runtime-l1-1-0.dll for my windows 7 64 bit, but while installing my software i see the error : the dll file is not in a dynamic.....I copy it to system32

what can I do ?

advertisement
DllAdmin
Site Admin
Posts: 452
Joined: 17 Mar 2011, 12:32
Contact:

Re: dynamic error after copy dll file to system 32

Post by DllAdmin »

Hi urmard,

Is the error message perhaps something like "The entry point "xx" could not be found in dynamic library api-..."?

On a 64bit Windows system, only 64bit dll files should be in C:\Windows\System32\.
What bit was the file you put there?


Errors referencing "api-ms-win"* files are commonly caused by missing updates, packages, or bad updates.

First, make sure you are fully up to date with Windows Updates;
https://support.microsoft.com/en-us/hel ... ows-update


If that is not enough, also install "Microsoft Visual C++ Redistributable Packages for Visual Studio" 2013 (VC++ 12.0), and "2015, 2017 and 2019"

If using a 32bit (x86) Windows system, install the 32bit (x86) version.
If using a 64bit (x64) Windows system, install both the 32bit (x86), and the 64bit (x64) versions.

Available from Microsoft at;
2013: https://support.microsoft.com/en-us/hel ... le-package
2015, 2017 and 2019:
x86: https://aka.ms/vs/16/release/vc_redist.x86.exe
x64: https://aka.ms/vs/16/release/vc_redist.x64.exe

If install gives error, do "Repair" or un-install the Redistributable Package before installing the new download.

Best regards
Erik
DLL-Files.com

Post Reply