Hy I'm observing an unexpected CPU usage of my application. It occurs when I start it from within the IDE and then close it. The task-manager then shows a CPU usage of 10-15% (on a 8 CPU system) of the still running IDE process, that wouldn't be the real problem. If I want to restart the application from within the IDE it doesn't start.
This last for about a minute, the n the CPU usage for that process goes down to zero and I can restart the application.
Since I only start and then stop the application only the Form is started, no objects are created etc.
Is there anyplace where I could look what is happening with the system?
This last for about a minute, the n the CPU usage for that process goes down to zero and I can restart the application.
Since I only start and then stop the application only the Form is started, no objects are created etc.
Is there anyplace where I could look what is happening with the system?