Error when generating database from model in Visual Studio 2013

前端 未结 2 820
一向
一向 2021-01-26 15:54

I have installed VS2013 but still have VS2012. In VS2013 I cannot generate a database from a model in Entity Framework. I get the following error message:

2条回答
  •  情话喂你
    2021-01-26 16:34

    Your tip about checking the drive made me see what I should have seen before. The environment variable VS120COMNTOOLS had the wrong drive letter. Can't remember, but I initially installed VS2013 on another drive and then changed it back to C. Anyway setting it correctly fixed the problem. /Peter

提交回复
热议问题