Core 5: Unable to load DLL 'Microsoft.Data.SqlClient.SNI.dll' or one of its dependencies: Access is denied

0

I am using Windows Server 2012 R2 and IIS.

My asp.net core (5) application won't start on the server. In the event-log I see this:

System.DllNotFoundException: Unable to load DLL 'Microsoft.Data.SqlClient.SNI.dll' or one of its dependencies: Access is denied. (0x80070005 (E_ACCESSDENIED))

How I can fix this issue?

entity-framework-core
asked on Stack Overflow Jan 29, 2021 by MaxP

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0