I am trying to register a DLL file (32 bit) in windows 8.1 os, but for some reason I check the dll from Dependency Walker and find out Some .dll files are missing in WIN8.1 OS as follows:
1. API-MS-WIN-CORE-KERNEL32-PRIVATE-L1-1-1.DLL 2. API-MS-WIN-CORE-PRIVATEPROFILE-L1-1-1.DLL 3. API-MS-WIN-SERVICE-PRIVATE-L1-1-1.DLL 4. API-MS-WIN-CORE-SHUTDOWN-L1-1-1.DLL 5. EXT-MS-WIN-NTUSER-UICONTEXT-EXT-L1-1-0.DLL 6. IESHIMS.DLL
I am google and the problem is updating the OS to WIN8.1, but how can I get these DLL files back? or is there a way to solve this problem?
source share