Number of members in conceptual type does not match with number of members on object side type

后端 未结 9 785
梦如初夏
梦如初夏 2020-12-06 09:43

I\'m using .net framework 3.5 SP1.

After adding a column to one table in Sql Server (as well as changing an existing column from allowing nulls to not nullable), I c

9条回答
  •  死守一世寂寞
    2020-12-06 09:48

    This error can also happen if the EDMX file was changed outside Visual Studio. Right click on the EDMX file and click "Run Custom Tool"

提交回复
热议问题