Unable to use MySQL developer tools

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
maomaocat
Posts: 2
Joined: Thu 30 Nov 2006 16:42

Unable to use MySQL developer tools

Post by maomaocat » Thu 30 Nov 2006 16:47

Hi,

I recently downloaded the developer tools and installed it onto my VS2005. Problem is I can't seem to use any of the MySQL drag and drop tools from the toolbox.

Corelab.MySQL has already been added into my global assembly cache and I don't have any problems calling the methods programatically. But I can't use the drag and drop components. In fact, I can't even see the components unless i select the "Show All" option for the toolbox. And even then, the MySQL components are all greyed out.

Is there something that I missed?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 04 Dec 2006 09:13

Do you write class library (dll), executable application (exe), web project,
web project with dynamically compiled sources?
Make sure you are in the Designer view (Component Designer view for web projects).

maomaocat
Posts: 2
Joined: Thu 30 Nov 2006 16:42

Post by maomaocat » Thu 28 Dec 2006 14:45

Thanks for the tip. I'm encountering another problem now.. I've just installed the licensed version of the developer tools after the trial version expired. But now the mysqldataadapters connections etc are not installed in my VS2005.

I've checked my global assembly cache and the corelabs.mysql.dll and corelabs.mysql.web.dll are not found in there. And in the installed developer tools files, I could not find the assemblies as well..

Is this right?

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Fri 29 Dec 2006 08:29

You couldn't find MySQLDirect .NET assemblies. Am I correctly understand you?
MySQL Developer Tools and MySQLDirect .NET are two different products you need to install both of them.

Post Reply