Error:!! The type or namespace name 'Linq' does not exist

  • Thread starter Thread starter Sridhar Panatula
  • Start date Start date
S

Sridhar Panatula

Installed and running a C# app using Visual C# ,when I a Add new object,
I get a statement added System.Linq
And if I build with little or noc code added I get the error Linq does not
exist

This looks like a BUG in ExpressEditions.

By the way my system
OS XP
..NET 3.5
I do have my project target to 3.5
....
.....
Any body else got this issue? what is the solution for this ?
 
Sridhar said:
Installed and running a C# app using Visual C# ,when I a Add new object,
I get a statement added System.Linq
And if I build with little or noc code added I get the error Linq does not
exist

This looks like a BUG in ExpressEditions.

By the way my system
OS XP
.NET 3.5
I do have my project target to 3.5
...
....
Any body else got this issue? what is the solution for this ?

Do you have ref to System.Core.dll ?

Arne
 
Thanks Arne it worked now

I did add the Reference to System.Core and my code compiles now
 
Thanks Arne it worked now

I did add the Reference to System.Core and my code compiles now

To clarify - did you create a new project in Express v3.5, and that
project didn't have a reference to System.Core.dll by default? If so,
what was the project type?
 
Back
Top