Help!!!! Wizard DataSet error vs. 2008 in windows vista

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
reneelias
Posts: 1
Joined: Mon 09 Jun 2008 23:12

Help!!!! Wizard DataSet error vs. 2008 in windows vista

Post by reneelias » Mon 09 Jun 2008 23:19

Error say in message box:
Error using dropdown. Could not get type information forxx.dataset

And error in manual creating
in dataset designer for:

Private _connection As Global.CoreLab.MySql.Entity.MySqlDirectFactoryEntity.a

Error 93 'CoreLab.MySql.Entity.MySqlDirectFactoryEntity' is not accessible in this context because it is 'Friend'. G:\Projects\Gaia\Gaia\Gaia\caselDataSet.Designer.vb 623 32 Gaia

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

Post by Alexey.mdr » Tue 10 Jun 2008 08:36

Please send me (alexeyman*crlab*com) a small test project to reproduce the problem.
It is desirable to use 'test' schema objects, otherwise include the
definition of your own database objects.
If it is impossible for you to create the test project, send us a piece of
your code where the error occurs or describe steps to reproduce the problem.
What is the version/edition of the product you use?

Post Reply