Home

System.Data.Linq in My Extensions

I upgraded to LINQPad 7, and now when I try to run queries I got an error "The type or namespace 'Linq' does not exist in the namespace 'System.Data'". The reason is My Extensions could not compile properly, caused by the System.Data.Linq.DataContext class I'm using. It's containg assembly "SD.Tools.LinqToSQL2" was resolved automatically in LINQPad 6 (still on my machine), but not in LINQPad 7. Adding the assembly manually solved the issue, but I don't think this should be a manual action. Besides, the hard coded path is not what I would like to see in my assembly list. I use the queries also on another machine, which has a different path. Was this an intentional change?

Comments

Sign In or Register to comment.