Where you "enable dynamic data"????? do you mean the metadata does not effect when run project?
Open .edmx file (model) and check the entity name; which should have "generalUser" if the name is not same sometime EF leas "s" suffix itself so that is why i am telling you to check.
pratiksolank...
Member
271 Points
76 Posts
Re: entity framework and dynamic data
Nov 17, 2011 02:32 AM|LINK
hi,
Where you "enable dynamic data"????? do you mean the metadata does not effect when run project?
Open .edmx file (model) and check the entity name; which should have "generalUser" if the name is not same sometime EF leas "s" suffix itself so that is why i am telling you to check.
public partial class generalUser
{ }