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

后端 未结 9 795
梦如初夏
梦如初夏 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:56

    • Right click on your edmx file and open with XML.
    • Find the incorrect data types and change them.
    • Save file.

    This worked for me.

提交回复
热议问题