DA0029: Unsupported CLR version
Applies to: Visual Studio Visual Studio for Mac
Note
This article applies to Visual Studio 2017. 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
Item | Value |
---|---|
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.