3
add reference for system.Data.Linq
Add > Reference> .NET > System.Data.Linq
Note:- you guessed it right System.Linq is different from System.Data.Linq
2
Hi Sachin
Resolved. created new project
Thanks
2
And Both are the part of same project? Means your DataContext and WinForms ?
2
Hi
It is already added

In SampleDb also this reference exists
using System.Data.Linq;
using System.Data.Linq.Mapping;
using System.Data;
using System.Collections.Generic;
using System.Reflection;
using System.Linq;
using System.Linq.Expressions;
using System.ComponentModel;
using System;
Thanks