我使用C#,EF 4在asp.net 4和VS 2010無法找到使用將System.Data.Linq
我試圖加載命名空間System.Data.Linq
與此代碼using System.Data.Linq
,我收到此錯誤:
Error 2 The type or namespace name 'Linq' does not exist in the namespace 'System.Data' (are you missing an assembly reference?)
任何想法我做錯了什麼。
如果您使用ReSharper,該工具會告訴您哪些引用錯過了,甚至會爲您添加引用! [resharper] –