Faster Solutions
Faster Solutions

Reputation: 7005

VSP1342 - Another instance of the Logger Engine is currently running error when running profiler in VS2008

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

Answers (1)

Jonas Elfström
Jonas Elfström

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

Related Questions