DA0029: Unsupported CLR Version

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Rule Id|DA0029|
|Category|Profiling Tools Usage|
|Profiling method|Profiling from the command line|
|Message|An unsupported CLR version was detected during collection. Managed symbols may not resolve correctly.|
|Rule type|Information.|

Cause

You are trying to profile an application that uses the .NET Framework 1.1 that is not supported by the Profiling Tools.

Rule Description

This warning occurs because the profiling tools will be unable to resolve symbols for the managed code running in the application. The profiling tools cannot resolve managed code symbols for applications that are running the .NET Framework 1.1.

How to Fix Violations

None.