Oracle Instant Client and Entity Framework trouble with configuration

前端 未结 4 1590
我寻月下人不归
我寻月下人不归 2020-12-15 00:20

I\'m trying to learn and figure out if it is possible to deploy an MVC, EF, ODAC 11.2.0.3 app to a server that has a previous version of ODP.NET installed. Rather than updat

4条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-15 01:25

    I was getting the same error (data provider not found) when deploying ODP.NET via Instant Client. The only thing that I needed to do was to add the following to my exe.config file (inside the tag)

    
    
    
    
    
    

提交回复
热议问题