Entity Framework using the wrong connection provider

前端 未结 4 1260
时光取名叫无心
时光取名叫无心 2021-01-05 17:21

I am trying to use Entity Framework 5 (code-first) for an ASP.NET Web Forms application, I have previously had a basic implementation running using the MySQL connection and

4条回答
  •  一向
    一向 (楼主)
    2021-01-05 17:43

    I had the same issue recently, There is an issue in your App.config file. Just recreate it and it will work. (Create an black project and copy its default app.config and replace it). Then re-install the nuget packages.

    All the best.

提交回复
热议问题