Problem with VS2010 toolbox after installing trial version

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
korgman
Posts: 2
Joined: Mon 24 Jan 2011 13:49

Problem with VS2010 toolbox after installing trial version

Post by korgman » Mon 24 Jan 2011 14:01

Downloaded the Trial version for DotConnect for MySQL Professional. After installation on Windows 7 x64 / VS2010 only two components are available in the "MySQLData" VS2010 toolbox viz: "MySQLDataSource" and "DbLinqDataSource".

According to the product page, there should be at least 11 (e.g. MySQLDump etc).

Can someone please advise what I've done wrong?

Thanks

Barry

OK : Fixed it myself - didn't realise the "invisible" items were components that get added to a class and so you need to use the "component design view". I'm more used to the "Delphi approach" than VS...

B

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 24 Jan 2011 17:44

The MySqlDataSource and DbLinqDataSource components are available in the web projects (WebSite, ASP.NET Web Application). You can find other components in the design time of the WinForms projects.

Post Reply