Entity Framework Core on Windows IoT running on a RPi 3 (Console Application)

て烟熏妆下的殇ゞ 提交于 2019-12-02 03:48:50

There is no native sni.dll library for ARM. (See dotnet/corefx#9064)

I was hoping I could tell you how to use the fully-managed implementation of System.Data.SqlClient (the one that's used on Linux), but it unfortunately uses System.Threading.Thread which isn't available on UWP...

[Update1]
Wait, you're not using UWP. :) Try getting the app to use %USERPROFILE%.nuget\packages\system.data.sqlclient\4.3.0\runtimes\unix\lib\netstandard1.3\System.Data.SqlClient.dll at runtime.

[Update2]
It looks like in System.Data.SqlClient version 4.4.0, it will be fully-managed by default.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!