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

Could not load file or assembly 'TableDependency.SqlClient, Version=8.5.8.0 #248

Open
jatinrdave opened this issue Jun 22, 2023 · 1 comment

Comments

@jatinrdave
Copy link

Could not load file or assembly 'TableDependency.SqlClient, Version=8.5.8.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)

I have used nuget in .NetStandard project, and calling it is .Net Framework project.

@stoyanov-x
Copy link

I believe the key in the error message is A strongly-named assembly is required.

It sounds like your project uses SNK (strong-name key) to sign the assembly. When you using signing, all of the dependent libraries/assemblies must be signed, and that can be hard to ensure for all third-party dependencies, like TableDependency.

If it’s a viable option for you, you’d have to disable assembly signing in your project.

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

2 participants