Microsoft
Software
Hardware
Network
Question : The type or namespace name 'Linq' does not exist in the namespace 'System' ?
I have a page that is NOT built in Visual Studio. All of our other pages are, however. Long story. Anyway, when I add
<%@ Import Namespace="System.Linq" %>
I'm told that Linq does not exist in System. What did I miss here?
Jeremy
Answer : The type or namespace name 'Linq' does not exist in the namespace 'System' ?
you need .Net Framework 3.5 and reference to System.Core.dll
may be reference in web.config like this:
Check this as well:
http://social.msdn.microso
ft.com/For
ums/en/
vcs
harp2008pr
erelease/t
hread/960c
0401-6dba-
47db-8a96-
a2e343f6cb
e4
Random Solutions
Compiler error CS0122 ...inaccessible due to its protection level
LSASS.EXE Shuts down PC
Create SCCM package that can remain in control of the PC through several reboots
Internet Explorer Log File 200Gb - Disk full
How to lock a Record (Row) in an Access database using DAO 3.6.0, PLEASE HELP!
SQL Select query with Case when creating a frequency distribution
GPO Package error
ASp.NET Image Button OnCommand doesnt fire
Zend_Mail without Zend framework ?
How do I display the variable in Message Window of Query Analyzer?