LINQ Data Context Not Showing Methods

Posted by CccTrash on Stack Overflow See other posts from Stack Overflow or by CccTrash
Published on 2010-05-11T04:07:43Z Indexed on 2010/05/11 4:14 UTC
Read the original article Hit count: 266

Filed under:
|
|
|

For some reason my DataContext is not showing all the normal methods like SubmitChanges() etc in the intellisense.

It also won't compile if I type in db.SubmitChanges();

Any idea what I'm doing wrong? Normally I don't have this issue, I have several other projects that work fine...

Image of what I'm talking about:

alt text

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET