dotTrace timeline profiling + VS2017 doesn't work

dotTrace cannot start timeline profiling successfully for a UWP application built in VS2017, but works fine for VS2015 builds.

Any idea why?  Thanks.

1
3 comments

Hi,

 

It's because of a bug in CoreCLR. This bug is fixed for desktop/web applications in .NET Core runtime 1.1.1, but not fixed yet for UWP apps.

0
Avatar
Permanently deleted user

Has this been fixed since 2017? 

I'm using Visual studio 2017 with latest updates and .Net Core and still getting this exact issue.

0

Nicolaas,

 

Yes, it was fixed, but you need to target Fall Creators Update as the minimum version of your UWP project in order to resolve this issue. See https://blogs.msdn.microsoft.com/dotnet/2017/10/10/announcing-uwp-support-for-net-standard-2-0/ .

0

Please sign in to leave a comment.