How do we instrument .net framework 4.6.1 ? #6198
-
The example from documentation does not seem to work, as I'm getting error "TraceProviderBuilder does not contain a definition for 'AddAspNetInstrumentation' ..." However here it says "OpenTelemetry for .NET supports all officially supported versions of .NET and .NET Framework except for .NET Framework 3.5 SP1." |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
.NET Framework 4.6.1 is not supported. It reached EOL almost 3 years ago. See https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-framework The minimal supported version is .NET Framework 4.6.2. The best recommendation I can give you is to update your framework. |
Beta Was this translation helpful? Give feedback.
.NET Framework 4.6.1 is not supported. It reached EOL almost 3 years ago. See https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-framework
The minimal supported version is .NET Framework 4.6.2. The best recommendation I can give you is to update your framework.