The profile doesn't catch anything

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
salama
Posts: 6
Joined: Sat 06 Jul 2013 08:00

The profile doesn't catch anything

Post by salama » Sat 06 Jul 2013 08:03

I am running an ASP.NET app which uses Entity Framework and started a profile session but it's not capturing anything.

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

Re: The profile doesn't catch anything

Post by MariiaI » Mon 08 Jul 2013 09:17

Please make sure that your Web Server is not running before you start the profiler session (before clicking "Start Profiler Session" button).
If it is running, please stop it and run your application again.

salama
Posts: 6
Joined: Sat 06 Jul 2013 08:00

Re: The profile doesn't catch anything

Post by salama » Tue 09 Jul 2013 07:52

OK this works only when using VS's web server. It doesn't work using IIS and the fact that the web server shouldn't be running when starting the profiling session, these two facts are seriously lacking in the documentation! I wouldn't have been able to figure this out. Thanks.

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

Re: The profile doesn't catch anything

Post by MariiaI » Wed 10 Jul 2013 09:58

Thank you for your remarks. We are working on our documentation.

LINQ Profiler works with the Visual Studio Development Server and Local IIS Web Server, in case when they are initiated by the Visual Studio.
We are investigating the possibility of attaching to the IIS Server if it's running out of the Visual Studio. We will inform you when any results are available.

Post Reply