SQL result always empty with LinqPad5 on Win10

Hi,

I run LinqPad 5 (Pro Edition) v5.31.00 on a Windows 10 Enterprise.

I have a problem with the SQL view of the query result. I can test my Linq queries and view the data returned but the SQL result is always empty.

This used to work on my previous computer.

Anybody has a hint as to what could be missing ?

Comments

  • What kind of connection is it? Is it a default LINQ-to-SQL connection, or are you using your own Entity Framework assemblies? And if so, what version?