The selected objects(s) use an unsupported data provider

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
bryanc
Posts: 11
Joined: Tue 23 Dec 2008 04:30

The selected objects(s) use an unsupported data provider

Post by bryanc » Tue 24 Mar 2009 00:22

i just downloaded the 5.0.22 release of the devart dotconnect for mysql, i wanted to see if some LINQ bugs got fixed yet. i created a new web site, created a .dbml file, created a new connection using the devart dotconnect provider, tested the connection, and then tried dragging a table over to the designer and got the error:

"the selected object(s) use an unsupported data provider."

did i do something wrong? i haven't had this issue before.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Tue 24 Mar 2009 08:42

This error appears in case you add to your project the Microsoft LINQ to SQL classes and then drag&drop Oracle tables there.
We do not support this scenario, instead you should add to your project Devart LINQ to SQL Model.

bryanc
Posts: 11
Joined: Tue 23 Dec 2008 04:30

Post by bryanc » Tue 24 Mar 2009 17:27

how do i add that? i don't see an item for it in VS after i installed the connector. am i missing something?

bryanc
Posts: 11
Joined: Tue 23 Dec 2008 04:30

Post by bryanc » Tue 24 Mar 2009 17:58

i found it. you just didn't register it under the web project item types. if for example, i'm adding an item to a class library, there is an item for "Devart LINQ to SQL Model" but in a web project there is only the LINQ to SQL classes.

you guys should fix that in your install.

-b

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 25 Mar 2009 09:02

Thank you for the inquiry, we will fix the Web integration problem in the nearest future.

Post Reply