EntityFrameWorkCore 3.1.32 and LinqPad 5.
We cannot seem to get this to work at all. We keep getting the following
Unable to load DLL 'Microsoft.Data.SqlCLient.SNI.x64.dll'
What am am I missing?
We cannot seem to get this to work at all. We keep getting the following
Unable to load DLL 'Microsoft.Data.SqlCLient.SNI.x64.dll'
What am am I missing?
Comments
This indicates that it's trying to bind to a 64-bit native DLL. Make sure that you're running the "AnyCPU" version of LINQPad 5, not the default X86 version.
Yea, we are running that version. I have found another post that specifies that we must put that DLL in the LinqPad5 directory where the LinqPad.exe is located and then run some local code, which we did, but I found it weird that we had to do that. So at this time we have it running, but only through copying the SNI.DLL to the LinqPad5 directory.