I have a Web app project that uses Linq. I am receiving the following error:
The type or namespace name 'Linq' does not exist in the namespace 'System.Data' (are you missing an assembly reference?)
in the line:
using System.Data.Linq;
The reference points to the correct file and in other projects everything is fine. the projects builds successfully and gives this error right after that.
If someone has an idea what is happening or some previous experience with such an error - please.
joppo
Member
624 Points
153 Posts
The type or namespace name 'Linq' does not exist in the namespace 'System.Data' (are you missing ...
May 22, 2008 10:46 AM|LINK
Hi everybody,
I have a Web app project that uses Linq. I am receiving the following error:
The type or namespace name 'Linq' does not exist in the namespace 'System.Data' (are you missing an assembly reference?)
in the line:
using System.Data.Linq;
The reference points to the correct file and in other projects everything is fine. the projects builds successfully and gives this error right after that.
If someone has an idea what is happening or some previous experience with such an error - please.
Thank you in advance.