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

[0.7.x only] The type name 'OperationAbortedException' could not be found in the namespace 'System.Data'. #87

Open
elafarge opened this issue Jan 19, 2021 · 0 comments

Comments

@elafarge
Copy link

elafarge commented Jan 19, 2021

Hello, and thanks a lot for all the work on the OpenTracing integration with ASP.NET Core :)

I think I've spotted a bug when bumping to 0.7.1. I can't import the OperationAbortedException any more and have the following error:

error CS1069: The type name 'OperationAbortedException' could not be found in the namespace 'System.Data'. This type has been forwarded to assembly 'System.Data.SqlClient, Version=0.0.0.0, Culture=neutral, PublicKeyToken=REDACTED' Consider adding a reference to that assembly.

Importing System.Data.SqlClient in the *.cs files I have this error for doesn't seem to solve the problem however :/

Rolling back to 0.6.2 fixes the issue.

I'd love to contribute but I'm a bit lost on where to start. Some pointers would be highly appreciated :)

Many thanks in advance,

Regards,

-Étienne

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

No branches or pull requests

1 participant