VS 2005 Support seems broken

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Kai Korla
Posts: 19
Joined: Tue 19 Sep 2006 16:44

VS 2005 Support seems broken

Post by Kai Korla » Sun 17 Dec 2006 11:52

...with the latest avaiable MySQLDirect.NET Build.
I use Windows 2003 Server R2 + Visual Studio as Development System:

EventLog says:

Die Beschreibung der Ereigniskennung ( 0 ) in ( devenv ) wurde nicht gefunden. Der lokale Computer verfügt nicht über die zum Anzeigen der Meldungen von einem Remotecomputer erforderlichen Registrierungsinformationen oder DLL-Meldungsdateien. Möglicherweise müssen Sie das Flag /AUXSOURCE= zum Ermitteln der Beschreibung verwenden. Weitere Informationen stehen in Hilfe und Support. Ereignisinformationen: MySQLDirect .NET Data Provider: Der Herstellerdienst des Datenanbieterobjekts wurde nicht gefunden..

<-- Last Line means: It can't find the creator-service of the database-provider-object.

I test it on a WindowsXP Developement System tomorrow.

regards
Kai Korla

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

Post by Alexey » Mon 18 Dec 2006 08:23

Please describe the problem in detail. When does it occur?

Kai Korla
Posts: 19
Joined: Tue 19 Sep 2006 16:44

Post by Kai Korla » Mon 18 Dec 2006 13:30

I'll send u a E-Mail with some screenshots.

regards
Kai Korla[/list]

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

Post by Alexey » Tue 19 Dec 2006 07:41

OK, i will be looking forward to receiving them.

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

Post by Alexey » Tue 19 Dec 2006 09:43

Do you have an appropriate record about our provider in the of machine.config file?
Please translate error message into English.

Kai Korla
Posts: 19
Joined: Tue 19 Sep 2006 16:44

Post by Kai Korla » Tue 19 Dec 2006 11:14










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

Post by Alexey » Tue 19 Dec 2006 11:29

Please translate error message into English.

Kai Korla
Posts: 19
Joined: Tue 19 Sep 2006 16:44

Post by Kai Korla » Tue 19 Dec 2006 11:35

Hello,

hope this is exactly enough:

The description of the EventID ( 0 ) in ( devenv ) wasn't found. The local computer doesn't have the registry informations or DLL-message files to show messages. Maybe you have to use the Flag /AUXSOURCE= of the description. More information you can find in the Help/Support. EventInformation: MySQLDirect .NET Data Provider: The creator-service of the database-provider-object wasn't found. .

regards
Kai Korla

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

Post by Alexey » Tue 19 Dec 2006 11:50

What edition of Visual Studio do you use?
Specify your hardware architecture: x32 or x64?
What version of MySQLDirect .NET do you use (Std, Pro, Mobile)?

Kai Korla
Posts: 19
Joined: Tue 19 Sep 2006 16:44

Post by Kai Korla » Tue 19 Dec 2006 12:02

MS Windows 2003 Server
MS VS 2005 Prof.
x32
latest MySqlDirect .NET Pro (2.0 Framework)

it doesn't work since i update MySqlDirect to the latest version.

regards
Kai Korla

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

Post by Alexey » Thu 21 Dec 2006 11:35

OK, we will investigate MySQLDirect .NET compatibility with Windows 2003 Server.
You will be notified on results as soon as possible.

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

Post by Alexey » Tue 26 Dec 2006 12:29

This problem is fixed in MySQLDirect .NET 3.55.18.

monkeyx
Posts: 3
Joined: Thu 04 Jan 2007 11:43

Post by monkeyx » Thu 04 Jan 2007 11:57

I installed a version of this software before Christmas and had to unistall it almost straight away.

When I was trying to create a new data connection using dialogue Server explorer it gave an error (stating there was an error with MySQLDirect.NET provider) event log relating to this error posted below.

The description for Event ID ( 0 ) in Source ( devenv ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: MySQLDirect .NET Data Provider: The data provider object factory service was not found..

Unistalling the software allowed this dialogue to work again.

I tried installing the new version today and although the toolbar now works the add data connection still bombs out and the demo C# project does not work ?

Please advise.

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

Post by Alexey » Tue 09 Jan 2007 08:00

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

Post Reply