views:

405

answers:

2

I'm getting the above exception while trying to read data from a table using Linq2Sql. Does anyone know what's happening here?

A: 

What does your underlying SQL table look like? What's your LINQ query on this?

Marc

marc_s
A: 

See this link for a more complete diagnosis and discussion: http://social.msdn.microsoft.com/forums/en-US/linqprojectgeneral/thread/6682f93c-dc6b-4905-bd2e-9922e6690f5a/

Norman H