Jetbrains Dot Trace Profiling Mode
Hi Team,
I am getting below error while launching standalone application using Jetbrains Dot Trace in Timeline mode.
Installed .Net version on local machine:- 4.6.2
-- Message #0
-----------------------------------------------------------------
Unable to profile the application: .NET Framework v1.x/v2.0/v3.x is not supported by the timeline profiling mode. Please use another mode (e.g., sampling) to profile the application.
-----------------------------------------------------------------
Thanks,
Venky
Please sign in to leave a comment.
Hi Venkatesh,
This message is not about .NET Framework installed on your machine, it's about .NET Framework used by the profiled application.
Your app targets .NET Framework with version lower than 4, so dotTrace can't profile this app with Timeline profiling mode.
Hi Konstantin,
Thanks for your prompt reply.
I saw that Timeline profiling seems to useful for issue we are facing(i.e UI freeze with x no load).
Is there any workaround to make timeline profiling work with lower version of .net framework?
Or please suggest alternate profiling option.
Thanks,
Venky
Venkatesh,
Unfortunately there is no workaround, Timeline works only with .NET Framework > 4.0. Other profiling types will not show you UI freeze directly, but you can see methods with high values of execution time an analyze them. In this case I recommend you to use Sampling profiling mode.