Api-ms-win-core-path-l1-1-0.dll missing error in CosmosDB emulator

When I try to start the CosmosDB emulator from my windows 7, I get the error message "The program cannot start because api-ms-win-core-path-l1-1-0.dll is missing from your computer ...

enter image description here

Need support to fix this error.

Thank.

+4
source share
2 answers

The Azure Cosmos DB local emulator is only supported on Windows Server 2012 R2, Windows Server 2016, or Windows 10. See https://docs.microsoft.com/en-us/azure/cosmos-db/local-emulator#system-requirements .

+3
source

The error is related to an unsupported OS (Windows 7) for the Cosmos DB emulator.

: https://docs.microsoft.com/en-us/azure/cosmos-db/local-emulator#system-requirements

0

Source: https://habr.com/ru/post/1690592/


All Articles