I'm having the same problem now...why? The first thing you read when you open up a book on Visual C# 2008 and Linq is that there's nothing to install. Linq is supposed to just be there. I didn't have any luck with the fixes above; this is using VS2010
Beta 2.
Figured it out, my Table name was "Systems" which made it have the class "System" and System is of course a reserved word..... Renames it to AllSystem and everything worked perfect .... what a waste of time
jameshearn
Member
2 Points
1 Post
Re: The type or namespace name 'Linq' does not exist in the namespace 'System.Data' (are you miss...
Jan 02, 2010 03:42 PM|LINK
Thanks, was stuck for a few minutes on the same thing
Pithecanthro...
Member
50 Points
63 Posts
Re: The type or namespace name 'Linq' does not exist in the namespace 'System.Data' (are you miss...
Jan 17, 2010 04:08 AM|LINK
I'm having the same problem now...why? The first thing you read when you open up a book on Visual C# 2008 and Linq is that there's nothing to install. Linq is supposed to just be there. I didn't have any luck with the fixes above; this is using VS2010 Beta 2.
mark.badarac...
Member
4 Points
2 Posts
Re: The type or namespace name 'Linq' does not exist in the namespace 'System.Data' (are you miss...
Apr 13, 2010 02:20 PM|LINK
I am ready to scream at this... Please help!
I got this after I added another table to the "SQL to LINQ" dbml item.
One table it was fine, working great, add second table and third table this stuff starts happening.
This is my assembly:
Codedom:
mark.badarac...
Member
4 Points
2 Posts
Re: The type or namespace name 'Linq' does not exist in the namespace 'System.Data' (are you miss...
Apr 13, 2010 02:51 PM|LINK
Figured it out, my Table name was "Systems" which made it have the class "System" and System is of course a reserved word..... Renames it to AllSystem and everything worked perfect .... what a waste of time