EntityFramework.SqlServer.dll not is getting added to the published folder only when I publish in RELEASE mode

后端 未结 3 2030
说谎
说谎 2021-01-02 03:19

I know there is a problem with EF6 EntityFramework.SqlServer and included var type = typeof(System.Data.Entity.SqlServer.SqlProviderServices); in context const

3条回答
  •  执念已碎
    2021-01-02 03:39

    Sounds like something is corrupted in your solution. I would remake the solution and copy all the files to the new one.

提交回复
热议问题