"Cannot find libSQLDBCHDB.dll" when connecting to SAP HANA using .NET.

We are getting the error "Can't find libSQLDBCHDB.dll" when trying to connect to our AWS HANA instance from dotnet code.

We have installed the 64-bit developer HANA Client on our 64-bit Windows machine and also set the PATH env variable to the application installation path.

This link states that these errors can occur, but does not indicate how to resolve them.

Does anyone else have this problem?

Thank you, Samar

+3


source to share


1 answer


Since Microsoft Visual Studio runs as a 32-bit application, both 64-bit and 32-bit versions of the SAP HANA client software must be installed on 64-bit Windows to develop an application that uses the data provider.



Source

+4


source







All Articles