Page 1 of 1

Vista / MySQL 3.55.18 / New Connection String Dialog Error

Posted: Tue 02 Jan 2007 16:27
by poirazis
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

Posted: Tue 02 Jan 2007 16:39
by Alexey
Try to run "devenv /setup" and "devenv /resetskippkgs" commands.

Posted: Tue 02 Jan 2007 22:26
by poirazis
Yeap. This indeed solved the problem. Thanks for the quick and on the spot reply Alexey.

Posted: Wed 03 Jan 2007 07:10
by Alexey
You are welcome.