I would like to run web application on Windows that is using Sap.Data.SQLAnywhere.EF6 on server/docker. Is it possible to run application without installation of SQLA17_Windows_Client.exe or is it possible to run test against real database in CI/CD process? I would like to have full continues integration and continues delivery process without any manual installations. I've tried to add Sap.Data.SQLAnywhere.EF6 with nuget and dlls(dbicu17.dll, dbicudt17.dll, dblgen17.dll, dbrsa17.dll) as 'copy always' resources and i always get: Sap.Data.SQLAnywhere.SAException : Cannot find the language resource file (dblgen17.dll). |
I guess, the error is related to "bin64"-question from this thread: https://sqlanywhere-forum.sap.com/questions/37320/store-dblgde17dll-and-dblgen17dll-in-different-directory-adonet
It might just be related to the question whether the PATH has been set to include the according SQL Anywhere binX directories...