How can we help you today? How can we help you today?
stevehurcombe

Activity overview

Latest activity by stevehurcombe

Hi, One small point the browser starts and I get a 404 error. Hitting refresh though starts things up nicely. S. AndrewH wrote: There's a bug somewhere in the UI logic that leaves the 'summarizing' screen up when the target process has stopped before .NET has started. It's supposed to display a message to the effect that there are no results available instead (which is still kind of unhelpful, but unfortunately it's all that the profiler can really see happening). With an ASP.NET application, ANTS monitors an instance of Internet Explorer, and stops profiling once it goes away. Sometimes IE farms off the request from ANTS to another instance of itself and quits immediately, which looks to ANTS the same as if you had closed the window. I think from your description that this is most likely what's happening (if this is what's happening, then the 'summarizing results' spinny will show up around the same time the browser opens). If the 'stop profiling' button is grayed out when the browser is open, then this is almost certainly what's happened: it's only lit while the profiler thinks that the target process is running. One thing to look for is whether or not protected mode is on when the browser opens. ANTS *should* be creating a browser that is running with protected mode turned off. If protected mode is on, then one thing that might fix the issue is manually turning it off in IE's settings. Which version of IE are you running? IE7 has protected mode but doesn't have a way to start with it turned off (the feature was added in IE8), and might be a source of these issues. Something else that might be worth trying is profiling the C:\Program Files\Internet Explorer\iexplore.exe process using the desktop application profiling mode. The profiler shouldn't display the spinner until after IE exits: if it shows up right away then there's something odd going on (the spinner won't disappear due to the UI bug, at least, unless you load a page with Silverlight on it). / comments
Hi, One small point the browser starts and I get a 404 error. Hitting refresh though starts things up nicely. S. AndrewH wrote: There's a bug somewhere in the UI logic that leaves the 'summarizing...
0 votes
Hi, That fixed it. I am running IE9 and it had launched in protected mode. Disabling that fixed the problem. Thanks! S. AndrewH wrote: There's a bug somewhere in the UI logic that leaves the 'summarizing' screen up when the target process has stopped before .NET has started. It's supposed to display a message to the effect that there are no results available instead (which is still kind of unhelpful, but unfortunately it's all that the profiler can really see happening). With an ASP.NET application, ANTS monitors an instance of Internet Explorer, and stops profiling once it goes away. Sometimes IE farms off the request from ANTS to another instance of itself and quits immediately, which looks to ANTS the same as if you had closed the window. I think from your description that this is most likely what's happening (if this is what's happening, then the 'summarizing results' spinny will show up around the same time the browser opens). If the 'stop profiling' button is grayed out when the browser is open, then this is almost certainly what's happened: it's only lit while the profiler thinks that the target process is running. One thing to look for is whether or not protected mode is on when the browser opens. ANTS *should* be creating a browser that is running with protected mode turned off. If protected mode is on, then one thing that might fix the issue is manually turning it off in IE's settings. Which version of IE are you running? IE7 has protected mode but doesn't have a way to start with it turned off (the feature was added in IE8), and might be a source of these issues. Something else that might be worth trying is profiling the C:\Program Files\Internet Explorer\iexplore.exe process using the desktop application profiling mode. The profiler shouldn't display the spinner until after IE exits: if it shows up right away then there's something odd going on (the spinner won't disappear due to the UI bug, at least, unless you load a page with Silverlight on it). / comments
Hi, That fixed it. I am running IE9 and it had launched in protected mode. Disabling that fixed the problem. Thanks! S. AndrewH wrote: There's a bug somewhere in the UI logic that leaves the 'summ...
0 votes
These are the steps: 1. Start a profile session. 2. The browser loads but displays a 404 message. 3. ANTS spins 'Summarizing results'. 4. If I refresh the browser page then the API call works and a new W3P process is NOT created. There are no messages in the event log other than 'Message logging has been turned on'. The W3P process that reported the message is still active and hasn't crashed. If my code had really died I would have expected that process to die as well?? If I attach to the process directly then all is well. I can also profile an ASP.Net 3.5 (2.0) application just fine on the same machine. The only unusual factor that I can think of is that this is a WCF 4.0 application. There's nothing complicated about the application itself. I wonder if the profile is starting too quickly? After IIS is listening but before WCF has started. Is there any additional logging I can enable? Best regards Steve Brian Donahue wrote: Yes, but need to reproduce in-house. This softeware is totally unfriendly to production debugging. Obviously ANTS Profiler is causinf you rprogram to crash, that's problem number one. Then it was a deadlock bug on summaraizing - that's problem number two. So I need to have this happen on my computer. What special thing is ProfilerCore.dll doing that hoses your application in the first place? Is there anything in the event log? / comments
These are the steps: 1. Start a profile session. 2. The browser loads but displays a 404 message. 3. ANTS spins 'Summarizing results'. 4. If I refresh the browser page then the API call works and a...
0 votes
Capturing a remote profile session
Hi, We have an application that is not performing well on a site hosted in a computing cloud (Mosso). I notice that the ANTS API can be used to control a capture - any chance of getting a new featu...
1 follower 1 comment 0 votes
Laying out SQL from code
Hi, A common task for me is to take an SQL query from code (which is always on one line) and format it. Then when the query is OK it's converted back to a single line to be pasted back into the cod...
1 follower 1 comment 0 votes
Object Properties - SQL Script - Missing vertical scroll bar
Subject say's it all really - there is no vertical scroll bar when the SQL Script is displayed. As an additional feature could this be one of the docked panels? I find this is a very useful feature...
1 follower 1 comment 0 votes