MySQL Forums
Forum List  »  Connector/ODBC

Re: Can't Install ODBC 5.3.10 on Windows Server 2016
Posted by: Bogdan Degtyariov
Date: April 09, 2018 02:05AM

Hi Brian,
The redistributable package contains the Visual Studio runtime libraries that are required to run the code compiled using a specific version of Visual Studio.

Downloading the latest version of redistributable packages is not going to help you because that would be the version 2017. However, the ODBC driver is built using Visual Studio 2015. Therefore, you need to install the redistributable for 2015 runtime (vcruntime140.dll and msvcp140.dll).
You do not need to hack and look for DLL files. Just go to Microsoft web site and download the whole install package for Visual Sudio 2015 redistributable.

Options: ReplyQuote


Subject
Written By
Posted
Re: Can't Install ODBC 5.3.10 on Windows Server 2016
April 09, 2018 02:05AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.