The selected object(s) use an unsupported database provider
问题 I'm using Visual Studio 2010 In my project I was added a local database Data.sdf Now I wanna use LINQ TO SQL with it, but when I drag and drop the database table into the LINQ designer , I get the following error in Visual Studio : "The selected object(s) use an unsupported database provider" Am I miss something ? How can I fix it ? 回答1: LINQ-to-SQL is only officially supported when used with a full version of Microsoft SQL Server (including Express editions). While it's possible to use it