The underlying provider failed on open entity framework

前端 未结 3 1432
走了就别回头了
走了就别回头了 2021-01-20 02:29

I am unsing entity framework in my web application. Earlier everything was working fine. But then I deleted database from Sql Server. After that whenever I run the applicati

3条回答
  •  囚心锁ツ
    2021-01-20 03:10

    I had a similar error and it was due to the connection problem. Usually you need to open your *.EDPS file under your entity (EDML) and check your connection string and make sure it has got a correct setting especially your Default Oracle home.

提交回复
热议问题