PRF0010: Launch Aborted - Unable to start vsperfmon.exe (VStudio 2010)
-
Tuesday, April 19, 2011 4:30 PM
Just recently installed Premium VS on my 64bit machine and one of the main reasons for moving to Premium was to use the Profiler - however it refuses to do anything when I try simply giving me the message PRF0010: Launch Aborted - Unable to start vsperfmon.exe (VStudio 2010). None of the other posts about this error seem to help - does anyone know what the problem might be here?
Thanks
All Replies
-
Wednesday, April 20, 2011 6:35 AMModerator
What's your OS version? If it is Vista or Windows 7, you may run Visual Studio as administrator by right-clicking VS icon and select "run as administrator".
By the way, could you please post the full error message, something like:
PRF0010: Launch Aborted - Unable to start vsperfmon.exe
Error VSP1342: Another instance of the Logger Engine is currently running.
Profiling finished.
Error VSP1712: Invalid File: C:\eviti\PerformanceTuning\http_localhost_eviti_100827(1).vspPRF0025: No data was collected.
Eric Yang [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

-
Wednesday, April 20, 2011 11:32 AM
Thanks but that is the full error message! It pops up in a dialog and I don't get anything else.
Also I am an administrator of the machine.
My OS is XP x64.
-
Thursday, April 21, 2011 2:58 AMModeratorDoes the error occur on any kinds of projects? Did you encounter any warning/error when install Visual Studio? Could you please re-install Visual Studio and try it again? Any step help to reproduce this issue is appreciated, thanks.
Eric Yang [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

-
Thursday, April 21, 2011 10:10 AMJust tried with a very simple C# console app and it seemed to work fine. The problem seems only to occur with Silverlight projects which are the main ones I'm currently working on. Did not encounter any errors when installing VS and would rather not reinstall if I can help it.
-
Friday, April 22, 2011 4:02 AMModerator
Hi,
Following articles demonstrate how to profile Silverlight application using VS2010, you may want to have a look:
VS2010: Silverlight 4 profiling
Profiling Silverlight Applications after installing Visual Studio 2010 Service Pack 1
Eric Yang [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

- Proposed As Answer by eryangModerator Monday, May 02, 2011 3:48 AM
- Marked As Answer by eryangModerator Thursday, May 05, 2011 7:47 AM
- Unmarked As Answer by sjb500 Thursday, May 05, 2011 7:56 AM
- Unproposed As Answer by eryangModerator Friday, May 06, 2011 1:27 AM
-
Thursday, May 05, 2011 7:59 AMThanks but neither of these articles strike me as being a (proper) answer - the first is, in my opinion, admitting that the inbuilt VS2010 profiler functionality (as promised) is not up to the job, and the second gives instructions that do not appear to work.
-
Wednesday, May 11, 2011 4:46 PM
Hi,
Have you tried this solution?
Solution to "Unable to start vsperfmon.exe"
http://blogs.msdn.com/b/juveriak/archive/2009/03/18/solution-to-unable-to-start-vsperfmon-exe.aspx
PS - paths in the DVD may vary depending upon the flavor of VS and your system architecture (x86 or x64)
bill boyce -
Thursday, May 12, 2011 8:22 AMThanks for the suggestion, but it was never a problem locating the file - I can see that it is on my system. The issue is that when I try and use this built in functionality in VS 2010 it's clearly not working for any of my SL apps, although it will work for ordinary .NET apps. Very annoying as I upgraded to premium just to have access to this functionality!
-
Tuesday, May 17, 2011 4:55 PMModerator
Have you tried these instructions? VS2010 SP1: Silverlight 4 profiling from Visual Studio UI
- Proposed As Answer by billb08 - MSFT Friday, May 27, 2011 7:15 PM
-
Friday, May 27, 2011 7:15 PM
Please Look at this blog
Follow the recommendation of Chris Schmich how to troubleshoot the problem
Hope this helps also
bill boyce- Proposed As Answer by billb08 - MSFT Friday, May 27, 2011 7:16 PM
-
Thursday, March 01, 2012 6:52 AM
Follow the below steps. Then this issue will resolves.
Step 1: Go to task manager and kill the vsperfmon process.
Step 2: Delete the all files in the following path.
C:\Users\ramesh_kotha\Documents\Visual Studio 2010\Projects
or
as per your system configuration: C:\eviti\PerformanceTuning
-
Wednesday, September 05, 2012 7:13 PM
I know this is an old thread - but I've been fighting with Visual studio profile a WPF app for several hours now.
You can see additional information by going to the output window and selecting Performance in the Show output from drop down.
There is at least some issues with the profiler I've found so far:
1. You must save performance session before profiling or you'll get a file not found type of error.
2. The other is an order of operations or time out issue where Visual Studio errors out and then the profiler starts up. I've verified that this occurs using the command line VsPerfCmd.exe /status, which shows no performance running before starting the profiling and one running after VS says reports "Unable to start vsperfmon.exe"
3. I also commonly see "Error VSP1737: File could not be opened due to sharing violation"
-
Thursday, December 13, 2012 1:46 PM
Same problem here. In my case, the problem is the antivirus "McAffee VirusScan Entreprise". I needed to turn of the Real-Time Scan.
You can find a post related to the problem in the McAffee forum : https://community.mcafee.com/message/209683?tstart=0
- Proposed As Answer by Jean-Yves Laugel Thursday, December 13, 2012 1:46 PM

