Page 1 of 1

profiler has no results

Posted: Thu 01 May 2014 18:36
by jspano
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.

Re: profiler has no results

Posted: Mon 05 May 2014 07:43
by MariiaI
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.