using System.Data.Linq
///other code using linq database like
I have VS2005+dotNet 1.1, 2.0, 3.5 :D all in one
I'd like to dowload 3.5 runtime cls. don't know where it is to do so
Please help me please
There's no 3.5 run-time. Just the framework. The 3.5 framework uses the
2.0 run-time (CLR).
Pete
Try add a ref to System.Data.Linq.dll to the project.
Arne