Database Explorer shows System.Byte[] against all tables

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
albievg
Posts: 2
Joined: Thu 11 Nov 2010 11:23

Database Explorer shows System.Byte[] against all tables

Post by albievg » Thu 11 Nov 2010 11:34

I have the latest version of dotConnect for MySQL (4 Nov 2010) within VS 2008, .NET 3.5.

After creating a connection to the desired MySQL database, when I expand the Tables within the Database Explorer, all tables are listed with the name "System.Byte[]"

In VS 2010 I get similar behaviour except that in stead of all tables being listed only one table is listed in the Database Explorer as "System.Byte[]".

Any ideas on how to fix this?

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Mon 15 Nov 2010 13:25

The problem may be caused by an installation error. Please try performing the following:
- uninstall dotConnect for MySQL;
- remove all Devart.* and policy.*.Devart.* files from the GAC;
- clear the Program Files\Devart\dotConnect and Program Files\Common Files\Devart\ folders;
- re-install dotConnect for MySQL.

If the problem persists, please specify
- the version of the MySQL server you are connecting to;
- the character sets used at the server and specified in the connection settings;
- the editions of Visual Studios installed on your machine.

Also, you can try the new 6.0.46 Beta build of dotConnect for MySQL that we have released recently. It can be downloaded from
http://www.devart.com/dotconnect/mysql/download.html
(the trial version) or from Registered Users' Area (for users with active subscription only):
http://secure.devart.com/
For the information about the new features available in dotConnect for MySQL Beta, please refer to
http://www.devart.com/forums/viewtopic.php?t=19497

albievg
Posts: 2
Joined: Thu 11 Nov 2010 11:23

Fixed

Post by albievg » Tue 16 Nov 2010 12:05

Thanks Stanislav

After removing the existing folders in Program Files and reinstalling the beta version it now works again.

Post Reply