DBTools 3.0.1 not working with Visual Studio Beta 2...

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

DBTools 3.0.1 not working with Visual Studio Beta 2...

Post by StuFF » Wed 03 Aug 2005 12:24

Hi... I just ran into a weird bug... Installed 3.0.1 pro for .NET 2, then when starting VS had a msg saying the Add-In was not working, and then I could not use anymore the arrow keys (and Home, End) in the Editor... Weird weird weird... So I reinstalled unckecking the "IDE Tools", and it is working.

Serious

Post by Serious » Wed 03 Aug 2005 14:32

We will fix this in the nearest future.
To avoid this problem with current version you have to add the folowing information to your registry after installing MySQLDirect .NET (before first launch of VS 2005).

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{507FDBD7-E3B9-47AC-900B-AD3AE31401EB}\InprocServer32]
"Assembly"="CoreLab.MySql.Addin, Version=3.0.1.0, Culture=neutral, PublicKeyToken=09af7300eec23701"

[HKEY_CLASSES_ROOT\CLSID\{507FDBD7-E3B9-47AC-900B-AD3AE31401EB}\InprocServer32\3.0.1.0]
"Assembly"="CoreLab.MySql.Addin, Version=3.0.1.0, Culture=neutral, PublicKeyToken=09af7300eec23701"
"CodeBase"="file:///D:\Program Files\CoreLab\MySQLDirect.NET2\CoreLab.MySql.Addin.dll"
"RuntimeVersion"="v2.0.50215"
"Class"="CoreLab.MySql.Addin.MySqlAddin"

Post Reply