Page 1 of 1

Problem with installation in VS2005

Posted: Wed 08 Nov 2006 09:04
by RJordan
In VS2003 after the setup there is a component panel 'MySqlDirect'. In VS 2005 is does not appear. The CoreLab.MySQL is in the GAC and in the list of all components they are checked. Any idea?
Thanks for help.
Roger

Posted: Wed 08 Nov 2006 09:11
by Alexey
Are you in a Designer view (or Component Designer view in case of web projects)?

Posted: Wed 08 Nov 2006 09:51
by RJordan
Thanks, that's it. Seems, than in VS2005 non visible components only shown in the tool panel, if I'm in Component Designer View, right? (WebProject)

Posted: Wed 08 Nov 2006 10:02
by Alexey
Exactly so!

Posted: Thu 09 Nov 2006 10:24
by RJordan
OK, thanks. Is there any reason that I need to change to desiger view page? Other non visual components (not all) can be placed on the (web)form. Is it possible to do this with the mysql components too?

In winform designer the non visual components are shown at a panel at the bottom, not so in the web form designer. Designed by Microsoft...?

The MySql components create a InitializeComponent() methode that is not called automatic. I have to call it manuel in a Page_Init method?

Posted: Thu 09 Nov 2006 10:41
by Alexey
If you need buttons, labels, etc., you should switch to the Designer view.

Posted: Thu 09 Nov 2006 10:49
by RJordan
That's right, but why is it on a separte view page? Other non visual components are placed on the form in Designer View too. Why not the MySQL components. Maybe there is a reason...?

The MySql components create a InitializeComponent() methode that is not called automatic. I have to call it manuel in a Page_Init method?

Sorry for the many question, I just upgrade to VS2005 und everything is a bit different. But many Thanks for your support.

Posted: Thu 09 Nov 2006 10:52
by Alexey
Those components (visible in the Designer view) are web components. They are not components in the ordinary sense. For example, if you use Visual Web Developer (VWD) Studio, you would never see MySQLDirect .NET components, because VWD doesn't support components at all.

Same Problem

Posted: Fri 24 Nov 2006 07:41
by iad
Hi
i'm newbie and i have the same probelm, i cannot see MySQL tab in the toolbox in any mode i put. i can see it in .NET application without any problem but not in Web ASPX project.
any idea ?

Posted: Fri 24 Nov 2006 09:37
by Alexey
Are you in a Component Designer view?
Don't you use Visual Web Developer Studio?