-
Notifications
You must be signed in to change notification settings - Fork 111
ARM64 - Could not load file or assembly Microsoft.Extensions.Logging.Abstractions
#2296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Could not load file or assembly 'Microsoft.Extensions.Logging.Abstractions
Microsoft.Extensions.Logging.Abstractions
Hi @lumbans, We need more information to fully understand your issue. At least what we need is to have:
Similar issue was discussed here: #2269 |
Hi @Kielek, thanks for the response. here's for the details:
|
arm64 - we are not ready to support if out of the box. Mostly, we lack of ARM64 environment to execute continuous integration. When you solve it this part of my comment can be relevant: "verify if you application is not referencing (directly or indirectly) any ohter/older versions of Microsoft.Extensions.Logging.Abstractions - the easiest way is to list all dll files in the folder and check the version. If there is version different that 7.0.0. You should add reference to Microsoft.Extensions.Logging.Abstractions to your project file." |
Microsoft.Extensions.Logging.Abstractions
Microsoft.Extensions.Logging.Abstractions
Hi @Kielek ,
My Instrumenation manifest:
my deployment manifests:
but I didnt see any trace data on Jaeger, here's the pod manifest output from kubectl exec pod:
how to debug to ensure the trace data send to the opentelemetry collector? |
Logs can be found under I suppose it is related to open-telemetry/opentelemetry-operator#1465 (comment) @lachmatt promises to double check. |
@Kielek is right - either |
Thanks @Kielek @lachmatt ,
|
I have relate problem, with err message:
Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.
File name: 'Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'
at Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions.AddLogging(IServiceCollection services, Action`1 configure)
at Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions.AddLogging(IServiceCollection services)
at Microsoft.Extensions.Hosting.HostBuilder.CreateServiceProvider()
at Microsoft.Extensions.Hosting.HostBuilder.Build()
Originally posted by @lumbans in #2295 (comment)
The text was updated successfully, but these errors were encountered: