MSSQL Error 'The underlying provider failed on Open'

前端 未结 30 3067
时光取名叫无心
时光取名叫无心 2020-11-22 09:51

I was using an .mdf for connecting to a database and entityClient. Now I want to change the connection string so that there will be no

30条回答
  •  眼角桃花
    2020-11-22 10:15

    I posted a similar issue here, working with a SQL 2012 db hosted on Amazon RDS. The problem was in the connection string - I had "Application Name" and "App" properties in there. Once I removed those, it worked.

    Entity Framework 5 and Amazon RDS - "The underlying provider failed on Open."

提交回复
热议问题