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.
i want to have access to LinqToSqlClasses (mydbDataContext) class from another solution project. in
Share
Have you referenced
System.Data.Linqin the project that references your Linq2SQL classes?