PDA

View Full Version : SubmitChanges() Issues


Unknown
06-23-2009, 03:13 AM
Everytime I run some type of update or insert on my entities then run SubmitChanges on the datacontext, the database gets updated but the datacontext dosen't... Example: I run a create user function, insert the user, submitchanges, then when I try to login with the user name/password it dosen't work.

What I end up having to do is rebuild the entire solution for it to work properly.