Could not load file or assembly 'Microsoft.Data.SqlClient

后端 未结 3 540
我寻月下人不归
我寻月下人不归 2020-12-07 02:52

I am calling a .net standard 2.0 library from a framework 4.7.2 test project sucessfully.

If I take my .net standard 2.0 dll (SBD.Standard) and create a new winform

3条回答
  •  無奈伤痛
    2020-12-07 03:22

    just hit the same error with ASP.NET 4.7.2 (updated from net 4.6) project which reference netstandard 2.0 project (ef core 3.x). (on azure app service)

    after trying to clean/rebuild/nuget reinstall .. i removed everything from app service and published project again. error dismissed.

提交回复
热议问题