Activity overview
Latest activity by Eroth
I found that when I disable the UDP-sever part of our application, then i have no problems.
Maybe ants profiler uses UDP port 7778 for remoting?
Because then it is in conflict with our application. I have not yet tried to change port numbers.
Running without this server is no problem for the application in debug mode, so I have a permanent solution for the problem.
Thank you for the help. If I find more info about the problem I will get back to this. / comments
I found that when I disable the UDP-sever part of our application, then i have no problems.
Maybe ants profiler uses UDP port 7778 for remoting?
Because then it is in conflict with our application....
It is a desktop application.
I found some error logged to our own application log.
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
This happens only when the profiler is attached to our application.
This error is logged, therefore it is not unhandled.
It happens in a separate thread, that is running a UdpClient client/server, used for sending and receiving messages from other running clients-applications. The strange thing is that it is trying to send a message. normally this only happens when the application is starting, not when it is shutting down. Maybe the profiler wants to start a next instance of the application after shutdown??
Oh yes, I can take snapshots. That helps me for the moment. / comments
It is a desktop application.
I found some error logged to our own application log.
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
This happen...
The profiled application has not loaded the .NET Framework.
I was profiling one of large business applications with ants 2.7, and had some results. After fixing some performance issues, building a new debug version. I run the profiler for more time with the...