2

I updated my database and the I got this message:

 Error 3004: Problem in mapping fragments starting at line
 927:No mapping specified for properties User.Username in Set User.
 An Entity with Key (PK) will not round-trip when:
 Entity is type [Db_AcsModel.User]

C:\Users\User\Desktop\MVC\ACS.Domain\AcsModel.edmx
jonsca
  • 10,218
  • 26
  • 54
  • 62
Yesenhita
  • 21
  • 2
  • see this http://stackoverflow.com/questions/6063701/error-3004-problem-in-mapping-fragment-starting-at-line – vajapravin Jun 04 '12 at 04:39

1 Answers1

0

You most likely added a new filed or deleted a filed but the property for the field still exist in your designer and entity class you can manually delete or map the entity variable or you can delete the entity and update your model again.

COLD TOLD
  • 13,513
  • 3
  • 35
  • 52