Help Identifying the Visual C++ Redistributable Version for vcruntime140.dll (14.40.33810.0)

Praveena S Kumar 20 Reputation points
2024-11-18T11:39:59.7166667+00:00

I need help identifying the specific Visual C++ Redistributable version and its associated Visual Studio version for the following file on my system:

File Name: vcruntime140.dll

File Version: 14.40.33810.0

Could you let me know:

  1. Which Visual Studio version (2015, 2017, 2019, or 2022) this file corresponds to?
  2. What is the specific file version of vcruntime140.dll for Visual Studio 2015?

Any guidance or pointers to documentation would be greatly appreciated.

 

Thanks in advance!

Developer technologies | C++
Developer technologies | Visual Studio | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2024-11-18T12:52:05.9+00:00

    Which Visual Studio version (2015, 2017, 2019, or 2022) this file corresponds to?

    Visual Studio is a IDE = "Integrated Development Enviroment", a "better text editor"; no VC runtime belongs to directly.

    The version depends on the version you compile for.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.