I am using EntityFramework 6 and I used Update Model
from Database
after inserting table in the database, I got above error.Please state how to overcome this problem.
Open the edmx file on notepad, find the unmapping association and remove it. It should work.