Options

Profiling my code just fine, but not .NET libraries?

Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
Hi David,

By default, ANTS Profiler excludes the System. and Microsoft. namespaces
from the results. If you want to see your ASP .Net calls in the results,
then you'll want to go into the project settings and click the Namespaces
tab, then remove ASP from the list of excluded namespaces.

Regards,

Brian Donahue
Red Gate Technical Support

"David Deutsch" <xbox@reverenddave.com> wrote in message
news:jjKl8uzcEHA.1476@server53...
> I just downloaded the trial, and must say I am impressed by the ease of
use:
> I didn't RTFM, just told it to profile all web apps, ran a few pages, and
> boom, got some results. However, I can't see ASP.NET calls. For example, I
> have a function which takes a long time. None of the Sub functions are
> taking anytime, so I figure it must be it's call to Page.LoadControl. But
> this is not listed as one of the sub functions, so I'm not sure how long
> that call is taking. Any ideas what is wrong?
>
>
This discussion has been closed.