EntityDeploySplit error - Microsoft.Data.Entity.Build.Tasks.dll missing

后端 未结 4 601
走了就别回头了
走了就别回头了 2020-12-29 12:30

After a clean Windows reformat and installing Visual Studio 2013, trying to build a project with database-first Entity Framework edmx files yields the following error:

4条回答
  •  一个人的身影
    2020-12-29 13:06

    In my case, I had accidentally created two copies of one of my .edmx files, one in a subfolder, where I didn't notice it. Once I deleted the extra one, everything was fine.

提交回复
热议问题