c# - “There is already an object named 'temp_Students_636136759476987970' in the database.” -
getting error “there object named 'temp_students_636136759476987970' in database.” in entity framework(6.2). these tables automatically created , causing error. why table created ef , why not dropped automatically.
i´ve found links may you: there object named in database , entity framework automatic migrations existing database..
in general bugfinder said: guess you´ve deleted/edited table manually, causes error.
i dont had error before, had different ones. if delete class , create again same name, can happen, vs can´t create name. if delete folder of class @ storage, error wan´t come again.
to find source of ef-objects can harder.. if able find source of either object, or creation of object, there possibility rid of error.
bst rgrds
Comments
Post a Comment