Today I faced this issue with one of my project, which was created using LINQ to SQL. obviously it was having a .dbml file. Today I updated a field in database and created same entry in respective entity in dbml file. after that I started facing this issue. And when I clicked on newly added field and checked its property, I found its server data type was same but in different case(it was in all small letters). I rectified it from copying from other field and it solved my error.
No comments:
Post a Comment