petabridge / Petabridge.Tracing.ApplicationInsights

OpenTracing adapter for Microsoft Application Insights
Apache License 2.0
28 stars 2 forks source link

Could not load file or assembly 'Petabridge.Tracing.ApplicationInsights' Strong name signature could not be verified #84

Closed sabbadino closed 2 years ago

sabbadino commented 3 years ago

Petabridge.Tracing.ApplicationInsights, Version=0.2.1.0 Dotnetframework v4.7.2 MVC project

Could not load file or assembly 'Petabridge.Tracing.ApplicationInsights' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)

Aaronontheweb commented 2 years ago

We disabled strong naming for this package a couple of years ago: https://github.com/petabridge/Petabridge.Tracing.ApplicationInsights/issues/14

That might be why you're getting this error.