Comments
Sort by recent activity
eddie davis wrote:
Does the advice in this help ARTICLE provide the answer to your question?
Eddie, that's the point. I messed around with styles but I couldn't get it not to throw the second compare of the join onto a separate line.
Could you do it? / comments
eddie davis wrote:
Does the advice in this help ARTICLE provide the answer to your question?
Eddie, that's the point. I messed around with styles but I couldn't get it not to throw the seco...
Doesn't have the elegance of visual studio (or even SSMS) snippets, but I guess, it gets the job done. / comments
Doesn't have the elegance of visual studio (or even SSMS) snippets, but I guess, it gets the job done.
Brian,
That worked. In fact, it worked pretty great and it solves the problem for me.
But why won't The WebDevServer profile work? / comments
Brian,
That worked. In fact, it worked pretty great and it solves the problem for me.
But why won't The WebDevServer profile work?
Brian Donahue wrote:
Based on the information you have provided, I'd say that you are profiling WCF hosted in IIS.
I don't even have IIS installed on my box. I would like to profile WCF hosted in the Web Development Service. Do you have instructions for that for Profiler 5.2?
Btw, I've downloaded Profiler 6 trial and was able to attach to the WebDev process, but it this method (e.g. attaching to process) produces almost worthless results (just method timings).
The preferred method (e.g. profile WCF hosted in the WebDev) is alluding me.
I created a video of the process: http://www.youtube.com/watch?v=rUq6u6f1qyk
In the video (has no audio), I do the following:
1. Start the project from VS2010 just to show that it works
2. Attempt to profile from Ants Profiler 6.3 and see it fail.
What am I missing here? / comments
Brian Donahue wrote:
Based on the information you have provided, I'd say that you are profiling WCF hosted in IIS.
I don't even have IIS installed on my box. I would like to profile WCF hoste...
The app works fine outside of the ANTS Profiler. And it's not a permissions issue (full rights to folders & subfolders to everyone).
I did figure it out. Your tool works well if you select an .asmx page in the root of the project, because it picks the folder of the asmx file as the application directory. However, I do not have any .asmx files in the root of the project (they are all in subdirectories). So I created a dummy .asmx file in the root of the project (on the file system, not in the actual project), selected that and it worked fine.
It's probably a good idea to change the New Profiling Session dialog to have the user select a directory rather than an .asmx file.
Thanks. / comments
The app works fine outside of the ANTS Profiler. And it's not a permissions issue (full rights to folders & subfolders to everyone).
I did figure it out. Your tool works well if you select an .as...
Professional. Version 5.2.0.26 / comments
Professional. Version 5.2.0.26
Stephen,
Basically, I am profiling a WinForms app. The solution has a 5 projects in it (one EXE, the rest class libraries). I start the profiler from the ANTS 5 Toolbar in VS2008.
The method I am trying to profile is an CellChanged event on a 3rd party control. The event is in my code, I can step through it and I can plainly see that it's where the most damage is being done.
However, in the ANTS 5 profiler, I don't see this event method at all. The only thing I do see is a method that is kicked off by the function (on a separate thread though).
I did try playing around with the options you mentioned, all to no avail. / comments
Stephen,
Basically, I am profiling a WinForms app. The solution has a 5 projects in it (one EXE, the rest class libraries). I start the profiler from the ANTS 5 Toolbar in VS2008.
The method I am...
I would also like to know the answer to this. I am seeing the same problem. I have the latest version 5.2.x / comments
I would also like to know the answer to this. I am seeing the same problem. I have the latest version 5.2.x