Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JetBrains DotTrace buttons grayed out

I'm trying to profile a .NET C# web application on my local machine. To do so, I've loaded the solution in Visual Studio 2013 and selected dotTrace -> Profile Startup Project from the main Visual Studio menu.

That fires up dotTrace, but when the service starts, I can't use any of the dotTrace buttons, they're all grayed out. See below:

enter image description here

My application is running under IIS Express is at http://localhost:49824. I'm using dotTrace 5.5.2 and Visual Studio 2013. Anyone know why I can't profile my application?

like image 862
Scott Avatar asked Nov 12 '13 16:11

Scott


1 Answers

Shutdown IIS express from the task bar before running "Profile Application..." or "Profile Startup Project"

like image 114
jbtule Avatar answered Sep 28 '22 00:09

jbtule