c++ - VCRUNTIME140D.dll was not found -
i trying run program in visual studio 2015, getting below error when trying run in configuration x64 debug mode.
(no problem when running in release mode or in 32bit configuration)
- in c:\windows\system32 vcruntime140.dll present.
- c:\windows\syswow64 both vcruntime140.dll & vcruntime140d.dll
also, reinstalled visual c++ redistributable visual studio 2015 https://www.microsoft.com/en-in/download/confirmation.aspx?id=48145.
can me solve issue.
Comments
Post a Comment