You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: gdi/get-data-in/application/otel-dotnet/troubleshooting/common-dotnet-troubleshooting.rst
+2-15Lines changed: 2 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,22 +204,9 @@ When installing the .NET instrumentation, you might encounter dependency version
204
204
at Microsoft.AspNetCore.Builder.WebApplication.CreateBuilder(String[] args)
205
205
at Program.<Main>$(String[] args)in /Blog.Core/Blog.Core.Api/Program.cs:line 26
206
206
207
-
To resolve this issue, :ref:`install the .NET instrumentation using the NuGet packages <otel-dotnet-nuget-pkg>`, as NuGet automatically installs the correct dependencies that the package requires.
207
+
To resolve this issue, :ref:`install the .NET instrumentation using the NuGet packages <otel-dotnet-nuget-pkg>`, as NuGet automatically installs the correct dependencies that the package requires.
208
208
209
-
Alternatively, you can manually install the conflicting packages to your project.
For more information about troubleshooting assembly version conflicts, see the `OpenTelemetry .NET instrumentation troubleshooting <https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docs/troubleshooting.md#assembly-version-conflicts>`__ guidance.
209
+
Alternatively, you can update to the latest version of .NET, as this reduces the likelihood of dependency version conflicts.
0 commit comments