Entity Framework profiler - ASP.NET MVC4 with EF 6 -Unable to determine the provider name

后端 未结 2 1211
迷失自我
迷失自我 2021-01-15 12:58

I\'ve been using EF 6 in my ASP.NET MVC4 project for a while now without any issues.

The problem comes in when I add Entity Framework Profiler to the project, then s

相关标签:
2条回答
  • 2021-01-15 13:10

    Just as a tip. This error can also be thrown if you install Glimpse ef6 to your project.

    I had this error as soon I installed Glimpse EF6. Uninstalling Glimpse EF6 solved the issue.

    0 讨论(0)
  • 2021-01-15 13:13

    This was caused by a bug in Entity framework profiler and has been fixed in build 2214 (See :http://hibernatingrhinos.com/builds/uber-prof-v2/2214)

    0 讨论(0)
提交回复
热议问题