Does DirectMySql work woth ASP.NET 2.0?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
armbrusterr

Does DirectMySql work woth ASP.NET 2.0?

Post by armbrusterr » Thu 26 Jan 2006 20:02

Hi,

is there a possebility to get the mysql-tools working with ASP.NET 2.0. If I code WinForms I see the mysql components, but not with ASP-Sites. I think this got something todo with the standard configuration but don´t really know if its possible to change this.

Thanks for your help.

BR

René

Serious

Post by Serious » Fri 27 Jan 2006 07:00

You have to use "Component Designer" view, not "Designer" view of aspx file.
To switch between views use appropriate context menu commands in "Solution Explorer" window.

Post Reply