Visual Studio 2008 & LINQ with 4.30

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
haicardi
Posts: 7
Joined: Tue 27 Nov 2007 16:26

Visual Studio 2008 & LINQ with 4.30

Post by haicardi » Sat 22 Dec 2007 19:34

Hi,

I have just installed v4.30 with VS2008 add-on and whenever I try to drag a table on the Server Explorer to a "DBML" diagram(LINQ) I get a not supported, can anyone please help me? (I'm using VS2008 RTM)

TIA,
Humberto

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Mon 24 Dec 2007 12:52

Unfortunately, LINQ to SQL (DLing) only supports SQL Server as a source at present moment. Hence, it can't work with MySQL server.
For details, you may read the following post by Dinesh Kulkarni, Sr. Program Manager, Developer Division, Microsoft Corporation.
https://connect.microsoft.com/VisualStu ... kID=269647

Post Reply