Vista / MySQL 3.55.18 / New Connection String Dialog Error

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
poirazis
Posts: 36
Joined: Mon 23 Jan 2006 16:08

Vista / MySQL 3.55.18 / New Connection String Dialog Error

Post by poirazis » Tue 02 Jan 2007 16:27

I am using VS2005 Pro on Vista with the latest release of MysqlDirect.
In my application properties, when I click on the edit button of a connection string, the Mysql dialog doesnt not appear, neither do I get an error message. When I try to create a new DataSet , and I want to Add a New Connection, the dialog again fails to apper, again no error message.
I I create a new Dataset with the Mysql tools wizard, the dataset is successfully created, but when I try to open It up (in designer) I get an error "The data provider object factory service was not found.". Any ideas ?

Regards and Happy New Year
Michael Poirazi

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

Post by Alexey » Tue 02 Jan 2007 16:39

Try to run "devenv /setup" and "devenv /resetskippkgs" commands.

poirazis
Posts: 36
Joined: Mon 23 Jan 2006 16:08

Post by poirazis » Tue 02 Jan 2007 22:26

Yeap. This indeed solved the problem. Thanks for the quick and on the spot reply Alexey.

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

Post by Alexey » Wed 03 Jan 2007 07:10

You are welcome.

Post Reply