ASP.NET MVC 3 - Unable to find the requested .Net Framework Data Provider

前端 未结 13 1338
名媛妹妹
名媛妹妹 2020-12-24 01:37

Background-info:

I\'m using Microsoft Visual Web Developer 2010 Express.
Info about my (lack of) experience: the problem occured with

13条回答
  •  暖寄归人
    2020-12-24 02:20

    Rebuilding the project wont catch config errors in the DBContext section... the build process does not walk through connections, so you can build all day and still bomb out. As suggested above, fix the config so the connection string matches MachineName/SQLInstanceName/DBName with the correct SQL config. Worked just fine by just modifying my web.config in my solution.

提交回复
热议问题