-
Notifications
You must be signed in to change notification settings - Fork 293
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
Unable to load DLL 'Microsoft.Data.SqlClient.SNI.x86.dll' in an environment and all ok in another #2089
Comments
@davide882 What is the type of the project? if this is a Web App, it is potential duplicate of existing issues. Please provide a Repro or steps to reproduce the issue. |
Hi, it's a web app in .net framework 4.8. |
@davide882 so, from what I could understand inside the project in the path of bin/Release or debug/net48 you are able to see the required dll, but application is not able to find it? |
You might be missing the VC runtime in that environment, required by the SNI DLL: |
Exactlty |
Closing as duplicate of #446 |
Good morning,
I have a .net framework 4.8 application that reference in the api project Microsoft.Data.SqlClient and Microsoft.Data.SqlClient.SNI.
All it's fine in my local machine and in our testing server, but when I deploy the application in the customer staging environment I get the error
Unable to load DLL 'Microsoft.Data.SqlClient.SNI.x86.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
dll are there, so I can't understood why the application doesn't work in that environment: any ideas?
The complete stack trace of the exception is the following:
The text was updated successfully, but these errors were encountered: