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
Thanks - this should be fixed in 7.1.2.
Any update on this?
System.Data.Linq is not available in 7.1.5 x64
Is there any other way to get the table design from SQL?
You need to press F4 for query properties and tick "Reference LINQ-to-SQL assemblies".
Hi Tadrian, it was fixed in 7.1.2 indeed. I see Joe provided you already with the right information.