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

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 ?
 
A

Arne Vajhøj

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
 
S

Sridhar Panatula

Thanks Arne it worked now

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

Pavel Minaev

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top