profiler has no results

Discussion of issues, suggestions and bugs of LINQ Insight, Visual Studio add-in for design-time executing LINQ statements, that simplifies debugging LINQ
Post Reply
jspano
Posts: 2
Joined: Thu 01 May 2014 18:34

profiler has no results

Post by jspano » Thu 01 May 2014 18:36

just downloaded the trial to play with it. There are no results in the output though of the profiler window.

vs 2013
win 8
entity framework 6.1

Thanks.

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: profiler has no results

Post by MariiaI » Mon 05 May 2014 07:43

Please specify the query you are executing. If it ends with .ToList/.Single/.First, in such cases the SQL is not shown (with EF6 only). We are working on this issue.

Also, the possible reasons are:
1) the issue related to Visual Studio 2012/2013 peculiarity and its debugger; you can try clearing the following check boxes in your project properties, the Debug tab:
- Enable native code debugging
- Enable SQL Server debugging
2) the issue with Visual Studio with the enabled IntelliTrace; you can try disabling it (open Tools-> Options-> IntelliTrace and clear the "Enable IntelliTrace" check box).

Please tell us if this information helps.

Post Reply