| Author |
Message |
Donovan
Joined: 13 Apr 2011 Posts: 3
|
Posted: Wed Apr 13, 2011 10:54 am Post subject: IE crashes when starting ANTS |
|
|
Hi There,
I've been using ANTS for profiling my .NET Framework 4.0 webapplication (just ported from 2.0 to 4.0).
While in VS2008 (on .NET 2.0) ANTS works perfect.
Now in VS2010 (on .NET 4.0) it is crashed always, except when we use
the "Sample Method-Level timings" profiling mode, but it won't report anything: it seems like he's losing his threat(s) (using the build-in webserver of vs2010).
The exception that i found is the System.AccessViolationException, and it was thrown by the System.Reflection-namespace. I cannot find how I found out that it was in the Reflection-namespace, but it was.
Is there a solution for this?
Regards
Donovan |
|
| Back to top |
|
 |
Donovan
Joined: 13 Apr 2011 Posts: 3
|
Posted: Wed Apr 13, 2011 1:17 pm Post subject: |
|
|
I have created a new WebApplication, without AJAX controls.
Only 1 page added, with a reference to a business object which return 2 objects. These are bind to a grid.
When Profiling, it seems like it's profiling the source of the webserver (see picture here: http://flic.kr/p/9yhxaq).
I can send my app if necessarry.
Regards
Donovan |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6346 Location: Red Gate Software
|
|
| Back to top |
|
 |
Donovan
Joined: 13 Apr 2011 Posts: 3
|
Posted: Thu Apr 14, 2011 12:06 pm Post subject: |
|
|
Brian,
I've created a new webapplication without any reference to AJAX controls.
It contains a page with a datagrid and retrieve it's data from a class, nothing more.
ANTS doesn't show anything from my application, only statements from the thread of the webserver. The result is exactly the same as my previous page: http://flic.kr/p/9yhxaq.
Hope you can find a solution for me for this problem.
Regards,
Donovan |
|
| Back to top |
|
 |
tah9m9
Joined: 14 Apr 2011 Posts: 2
|
Posted: Thu Apr 14, 2011 2:46 pm Post subject: |
|
|
I too am having a this issue. Steps to recreate:
VS 2008:
File -> New -> Project
Project Types: Select Visual C# -> Web
Templates: Select ASP.NET Web Application
(Name left as "WebApplication1")
After solution loads:
Click ANTS -> Performance Profiler
Web server starts, IE starts, then "Internet Explorer cannot display the webpage" displays in IE, and the profiler stops the web server
ANTS Performance Profiler 6.2.0.13 |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6346 Location: Red Gate Software
|
Posted: Thu Apr 14, 2011 4:44 pm Post subject: |
|
|
I can guarantee this does not happen on each and every web application. But is is pretty unreliable in general. I'd contact support directly. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6346 Location: Red Gate Software
|
Posted: Fri Apr 15, 2011 4:24 pm Post subject: |
|
|
Donovan,
It looks like the website is being crashed by Profiler (very common) but we don't know why because the product doesn't have any feedback or logging in the core component that hooks into your application.
I will send instructions to debug the website via email. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
tah9m9
Joined: 14 Apr 2011 Posts: 2
|
Posted: Fri Apr 15, 2011 4:30 pm Post subject: |
|
|
| I submitted a support request (F0046839). If a solution is found, please include me on its disclosure. Thank you. |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6346 Location: Red Gate Software
|
Posted: Tue May 03, 2011 10:09 am Post subject: |
|
|
The outcome looks like a problem accessing a particular directory needed by a third-party component running in the website. I doubt anyone else would be having the same problem. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
|