Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No launchable projects are available for profiling

I have one project using VS 2012, when I try to run the "Start Performance Analysis" visual studio popup a message: No launchable projects are available for profiling.

I was able to run the profiler before, but don't remember if I changed any settings.

Thanks

like image 977
Sameh Avatar asked Apr 07 '13 15:04

Sameh


1 Answers

You are probably trying to use the stock Visual Studio profiling tools. For Windows Phone applications, you have to use the profiler that comes with the SDK.

You can access it through Debug > Start Windows Phone Application Analysis.

like image 75
Den Delimarsky Avatar answered Nov 16 '22 18:11

Den Delimarsky