Reputation: 7005
This happens after I have run the profiler once. the profiler configuration is to watch a dll that is being executed by a separate executable.
The profiling works the first time but I then need to reboot my PC in order to run another profiling session.
What do I need to do to shut down the VS 2008 Logger Engine? What is the VS 2008 Logger Engine?
Upvotes: 3
Views: 2625
Reputation: 31428
It sounds like you need to shutdown the logger. Open the Visual Studio Command Prompt (2008) from the start menu and then try:
vsperfcmd /shutdown
vsperfcmd /off
Upvotes: 4