Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

We installed the HANA Client developer edition 64 bit on our 64 bit windows machine and also set the PATH env variable to the application install path.

This link states that these errors might come but does not state how to resolve them.

Anyone else facing this issue?

Thanks, Samar

like image 802
Samar Avatar asked May 12 '15 07:05

Samar


1 Answers

Since Microsoft Visual Studio operates 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

like image 147
2 revs, 2 users 82% Avatar answered Sep 18 '22 11:09

2 revs, 2 users 82%