Windows console application error vcruntime140_1.dll not found

Viewed 44

I made a console application in vs 2017, I can't run it on other computers, it gives a dll error

Error:vcruntime140_1.dll not found

2 Answers

you can download vcruntime140_1.dll by searching on google, and then after you download vcruntime140_1.dll, copy and paste C: > Windows > SysWOW64 (if you using windows 64 bit) C: > Windows > System32 (if you using windows 32 bit)

Related