Entity Framework The underlying provider failed on Open

后端 未结 19 1889
挽巷
挽巷 2020-12-02 20:12

Below is my connection string:

connectionString=\"metadata=res://*/EDMX.Test.csdl|res://*/EDMX.Test.ssdl|res://*/EDMX.Test.msl;provider=System.Data.Sq

19条回答
  •  再見小時候
    2020-12-02 20:55

    In my case, I resolved the error by adding connection password in the connection string.

    While setting up the EF model, I had selected the option to exclude sensitive data from connection string. So, the password was not included initially.

提交回复
热议问题