.Net Connector for SAP HANA with .Net Core

后端 未结 2 2073
再見小時候
再見小時候 2020-12-18 03:26

We are creating a web api for our organization. API connects and retrieves data from a HANA View. I am referring the sample provided at the below link to establish the conn

相关标签:
2条回答
  • 2020-12-18 03:46

    Looks like your assembly expects a HANA rev. 120 driver, while a rev. 112 driver is actually installed.

    0 讨论(0)
  • 2020-12-18 03:52

    We had created the local nuget Package using x86 version of SAP .Net connector, our app was running on 64bit mode. Hence it was failing. I recreated the package using 64bit version of dll and the problem got resolved.

    0 讨论(0)
提交回复
热议问题