all groups > c# > april 2008 >
You're in the

c#

group:

LINQ doesn't exist?


Re: LINQ doesn't exist? Jon Skeet [C# MVP]
4/9/2008 5:07:35 PM
c#:
[quoted text, click to view]

You need a reference to the LINQ XML assembly. I can't remember
offhand what it's called, but I'd look for System.Xml.Linq as a
possible reference. Alternatively, create a new .NET 3.5 project and
see what *that* references to look for likely candidates.

LINQ doesn't exist? Andy B
4/9/2008 7:49:11 PM
I had an asp.net web application that was converted from .net 2.0 to .net
3.5. When I added a web content form to the project, added some html content
and then went to preview it from visual studio 2008 solution explorer I got
the following error: Error 1 The type or namespace name 'Linq' does not
exist in the namespace 'System.Xml' (are you missing an assembly reference?
I am not missing a reference that I know of. Under the references node of
solution explorer project, there is the reference: System.Xml. What am I
missing?


Re: LINQ doesn't exist? Andy B
4/9/2008 9:35:16 PM
Tnx... got it fixed now


[quoted text, click to view]

AddThis Social Bookmark Button