I have been using LINQPad's LINQ to SQL provider to write LINQ Queries against a SQL 2000 database, which works great. Then I tried to create the same typed DataContext classes that LINQPad generates in a Visual Studio app and ran into problems because the OldDB provider required to connect to SQL Server 2000 doesn't support LINQ 2 SQL.
At the moment, I am referencing the temp file that LINQPad creates (and LinqPad.exe as well), just to be able to use that typed data context in my own app. Is there a special trick that LINQPad uses that I can make use of too? (n.b. would be a great feature if LINQPad could save the typed datacontext to a self-contained DLL that you could import into your project).
thanks














