VS2013 Debugger + Entity Framework: “runtime has refused to evaluate the expression”, crashes

前端 未结 5 1413
小鲜肉
小鲜肉 2020-12-29 19:04

I\'m experiencing a lot of problems with Entity Framework 6.0.1 in the VS2013 Ultimate debugger when debugging into unit tests against code that\'s hitting a live SQL Server

5条回答
  •  天命终不由人
    2020-12-29 19:41

    I just wanted to add my voice to the crowd here.

    I am developing a UWP app, not using the Entity Framework, and experienced a similar issue where the runtime "refused to evaluate the expression".

    I was using Microsoft Visual Studio Enterprise 2015 Update 2 and the solution for me was for me to update to Update 3.

提交回复
热议问题