-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Unable to load sni.dll for beta7-coreclr-x64/x86 but working on beta7-clr-x64/x86 #904
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
Comments
This might be useful: |
yeah I seemed to have the same issues as described in those issues, but I am having the latest runtime and still got the problem. |
I'm hitting this issue on x64 server builds as well. |
Obviously (I say that sarcastically), you need to install the Visual C++ Redistributable for Visual Studio 2012. We've reported it to the team and they're working to remove that dependency. |
Yeah..it's working after it's installed |
Is there any progress on this issue? This one item kills the portability aspect to many systems, so if there's anything I can do to help get this unblocked I'm willing. |
I checked and it doesn't seem to be solved in beta8. I have created a bug on the corefx repo. |
@divega should we close this issue and link to that one? |
Yes, I think we can close this one. Tracked now as dotnet/corefx#3760. |
OS: Win Server 2012 Data center 64 bit. The code is just to insert new record to one table in Sql server 2012.
DB1: Microsoft SQL Server 2012 (SP1) - 11.0.3000.0 (X64)
Enterprise Edition (64-bit) on Windows NT 6.2 (Build 9200: )
DB2: Microsoft SQL Server 2012 (SP2) - 11.0.5058.0 (X64)
Enterprise Edition (64-bit) on Windows NT 6.2 (Build 9200: )
The app is published by VS to the server and run web.cmd there.
The error received is as follows,
The text was updated successfully, but these errors were encountered: