LINQ data context does not show methods
For some reason my DataContext doesn't show all the usual methods like SubmitChanges () etc. in intellisense.
It also won't compile if I type db.SubmitChanges ();
Any idea what I am doing wrong? I usually don't have this problem, I have several other projects that work great ...
Image of what I am saying:

+2
a source to share