Vcruntime140.dll?

Hello :slight_smile:
I can’t run Postman. I have a problem with the library, what is it?explorer_kAw3TLiBZV

After upgrading I get this error too. And reinstalling does not help. Any hints?

Hey @maintenance-technol4 && @anita104!

We’re investigating this issue internally. If y’all are up for it, would you open a ticket with our Support team?

Adding your app’s log files to the ticket would be a huge help in identifying what the root cause is.

Thanks for flagging this!

hey Chris.
thanks for the answer. I found a solution (i think so). I have installed the Microsoft Visual C ++ Redistributable package. Until now everything works. So I can’t send the logs for the moment. (maybe this error is related somehow to Visual Studio Code, because I’m also using it)

1 Like

I had the same problem. It happened because I had shortcut to wrong location of Postman.exe. Exe which is located directly in “Postman” folder won’t work (after update) but exe in folder „Postman\app-8.12.2“ is now working for me. I hope that this will help someone.

2 Likes

Hello,

I’m just solve this problem ! I downloaded VCRUNTIME140_1.dll and I put this dll in the postman directory (app-8.12.1). And that work fine.

++

1 Like

This error message is directly related to the DLL file, when the VCRUNTIME140.DLL file is misplaced or deleted from the Windows system and you will face this error message. This error indicates a problem with the 2015 version of the Visual C++ Redistributable because there is a known conflict between the 2017 version and the 2015 version.

Please follow these steps:

Open Programs and Features form Control Panel

Uninstall the 2017 version of the C++ Redistributalbe, if that is installed on your System.

Then from the link below, download and install the 2015 version, then once that is installed, download and install the 2017 version.

Please Note, regardless of whether your version of Windows 10 is 32bit or 64bit, you must download and install both the x86 and x64 versions, do not try to install the ARM64 version.

DLL or Dynamic Link Libraries are external parts of applications and services that run on the Windows system. DLL files are the important part of any computer / laptop and we cannot imagine an operating system without DLL files. A single DLL file can be shared by more than one application and services. That is why, when a dll file gets corrupted / deleted / moved from the system, all linked applications start launching DLL errors. Sometimes, this error message also starts to appear after installing a Windows update or an incorrect installation of any program. This is for the reason that, in all the latest updates or patches released by Microsoft, there may be a missing system file or dll file.

Had same error VCRUNTIME140_1.DLL reinstall of Direct X have helped