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

Fix dependency issue for addin to be .NET client version independent #15

Open
PrinceNebulon opened this issue Feb 6, 2015 · 0 comments
Assignees

Comments

@PrinceNebulon
Copy link
Contributor

The .NET client's trace library versions have changed a couple times and this creates a dependency issue with the Addin.

  • SU 6 and prior use trace libraries 1-3
  • 2015R1 uses 2-0
  • 2015R2 uses 2-1

I think the issue is stemming from the direct usage of the trace library in the addin to do custom tracing. Will try removing this dependency and see if that fixes the issue. It could potentially be a nested dependency from icelib, but I don't think that's the case. Just need to test and see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant