tags:

views:

16

answers:

1

hi, i want to have access to LinqToSqlClasses (mydbDataContext) class from another solution project. in fact, i can make an instanse of this class, but cant access to methods like SubmitChanges() and so on. please help me.

+1  A: 

Have you referenced System.Data.Linq in the project that references your Linq2SQL classes?

Jan Jongboom
if you means is System.Linq yes but i havent System.Data.Linq reference.
Sadegh
oppps, i wrong, thank you
Sadegh