Comments
Sort by recent activity
I got it working now. Had to do some minor changes to the code to make the methods show up in ants.
Thanks for your fast replies.
/Michael / comments
I got it working now. Had to do some minor changes to the code to make the methods show up in ants.
Thanks for your fast replies.
/Michael
Hi
I'm in the same situation. We have a lot of WCF services running via a ConsoleHost.exe (eventually they will run as Windows Services).
I've tried ants for about a week.
Ants can profile the WCF services, however I haven't managed to profile the second WCF call. I have a service that calls another service and I don't know how to profile the methods in the second one.
Does anyone have an idea to solve this?
/Michael / comments
Hi
I'm in the same situation. We have a lot of WCF services running via a ConsoleHost.exe (eventually they will run as Windows Services).
I've tried ants for about a week.
Ants can profile the WCF ...
Hi, Brian
Thats not what I meant. Actually I was wrong in my previous post. Sorry about that.
I'll try to explain our situation in more detail.
In my development team we're using an application (ConsoleHost.exe) which starts some WCF services for the system (the ConsoleHost.exe is our server app). The ConsoleHost.exe also starts a timer (not WCF) which calls some methods on the WCF services every minute or so.
The problem is that the WCF calls from the timer is not profiled. The only thing I get is the total time for the call.
I would want to profile the code in the WCF services as well not only the code in the timer.
I hope that this is more understandable.
Thanks for your reply.
/Michael / comments
Hi, Brian
Thats not what I meant. Actually I was wrong in my previous post. Sorry about that.
I'll try to explain our situation in more detail.
In my development team we're using an application (Co...