Skip to content
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

pulbish 2.0.0 version SkyApm.Diagnostics.Grpc.Net.Client to fix error 'Could not load type 'SkyApm.Diagnostics.DiagnosticName' from assembly 'SkyAPM.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=186054a41664fe01'.' #487

Closed
1 of 4 tasks
leisurelyclouds opened this issue Jun 22, 2022 · 4 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@leisurelyclouds
Copy link

Please answer these questions before submitting your issue.

  • Why do you submit this issue?
  • Question or discussion
  • Bug
  • Requirement
  • Feature or performance improvement

Bug

  • Which version of SkyWalking, OS and .NET Runtime?
    2.0.0 SkyAPM
  • Which company or project?
    SkyApm.Diagnostics.Grpc.Net.Client
  • What happen?
    If possible, provide a way for reproducing the error. e.g. demo application, component version.
    install SkyAPM 2.0.0 and add line in ConfigureServices method will throw exception Could not load type 'SkyApm.Diagnostics.DiagnosticName' from assembly 'SkyAPM.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=186054a41664fe01'.
services.AddSkyAPM(ext => ext.AddAspNetCoreHosting());

Reason

SkyAPM.Agent.AspNetCore Version=2.0.0
depend

  • SkyAPM.Core Version=2.0.0
  • SkyApm.Diagnostics.Grpc.Net.Client Version=1.0.0

But

SkyApm.Diagnostics.Grpc.Net.Client Version=1.0.0
depend

  • SkyAPM.Core Version=1.0.0

Requirement or improvement

  • Please describe about your requirements or improvement suggestions.
@liuhaoyang liuhaoyang self-assigned this Jun 23, 2022
@liuhaoyang liuhaoyang added the bug Something isn't working label Jun 23, 2022
@liuhaoyang liuhaoyang added this to the 2.1.0 milestone Jun 23, 2022
@lijing3232
Copy link

I have the same problem. Is it possible to fix it asap?

@leisurelyclouds
Copy link
Author

I have the same problem. Is it possible to fix it asap?

download source code and add cs project reference
or
build source code and publish private nuget package

@EricChoi007-coder
Copy link

Encouter the same problem. Any chance we can fix it by some config or quick method?

@liuhaoyang
Copy link
Collaborator

Version 2.0.1 fixes this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants