Connect to Oracle database in dotnet mvc application

前端 未结 2 1265
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-12 13:37

Oracle released a beta version driver ODP for dotnet core 2(Finally!). But I can\'t make it work. Does anybody did it? If yes, please send me the code or help me fixing this

2条回答
  •  余生分开走
    2021-01-12 14:06

    For me, the solution was to install the Oracle.ManagedDataAccess.Core NuGet package only. I had Oracle.ManagedDataAccess installed as well and I needed to uninstall them to fix the error.

提交回复
热议问题