MYSQL 4.2.18 BUGS

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
wdavet
Posts: 24
Joined: Mon 26 Feb 2007 16:57

4.2.19

Post by wdavet » Mon 24 Sep 2007 17:46

Alexey,

I downloaded the data installs for 4.2.19. However the corresponding VSTools say File Not Found next to temp. When I try to download them I get an error. I sent the error report to the administrator as suggested by the form.

Please let me know when they will be available for download.

Thanks.

W. David Taylor

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

Post by Alexey » Tue 25 Sep 2007 06:29

However the corresponding VSTools say File Not Found next to temp.
You mean you could not download MyDeveloper Tools for MySQL? Please try again.

wdavet
Posts: 24
Joined: Mon 26 Feb 2007 16:57

Broken Link

Post by wdavet » Tue 25 Sep 2007 13:39

Alexey,

Ok here is how the download page looks to me when I log in to download

MyDeveloper Tools version 2.10.68 (20-Sep-07)

MyDeveloper Tools for Visual Studio 2005 file not found

Download | Details

MyDeveloper Tools for Visual Studio .NET 2003 file not found

Download | Details

MyDeveloper Tools for Delphi 2007 file not found

Download | Details

MyDeveloper Tools for Delphi 2006 file not found

Download | Details

MyDeveloper Tools for Delphi 2005 file not found

Download | Details

Here is what I get when I click on the download link.

Error - 404

The requested page was not found.

If you entered the address manually, please check the spelling and try again.

If there is a dead link in our site, please inform us about it by clicking on the button below.



Requested URL:

Thanks.

W. David Taylor

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

Post by Alexey » Wed 26 Sep 2007 07:00

The link is correct except the name of the executable file. You should log in to the site and then choose appropriate package to download.

wdavet
Posts: 24
Joined: Mon 26 Feb 2007 16:57

Download

Post by wdavet » Thu 27 Sep 2007 01:05

Alexey,

Your download page is broken!!!!

I log in and your page says "MyDeveloper Tools for Visual Studio 2005 file not found"

How and I supposed to know the correct name of the exe file. Guess?

Thanks

W. David Taylor

rbirnesser
Posts: 37
Joined: Fri 11 Feb 2005 19:18

broken links...

Post by rbirnesser » Thu 27 Sep 2007 11:38

i can confirm the developer tools download link is broken as well :cry:

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

Post by Alexey » Thu 27 Sep 2007 12:25

This problem is fixed.
Please try again now.

wdavet
Posts: 24
Joined: Mon 26 Feb 2007 16:57

4.20.19

Post by wdavet » Sun 30 Sep 2007 13:35

Alexey,

I installed the new version and it looks as though many of the issues are resolved when with respect the the connection errors in ASP.net

However, when I use the new version in a Windows forms project, I still get some errors when I drag a MySQL connection to the form or component object.

Here is the text generated by VS relating to this error.

=========================
General
=========================
Application: Microsoft Visual Studio 2005
Assembly: CoreLab.DbTools.Vs, Version=2.50.109.0, Culture=neutral, PublicKeyToken=09af7300eec23701
C:\Program Files\Common Files\CoreLab\Database Developer Tools\VS8\CoreLab.DbTools.Vs.dll
Global cache: False
Framework: 2.0.50727.312

=========================
Exception Information
=========================
Message: Object reference not set to an instance of an object.
Source: CoreLab.MySql.Design
TargetSite: System.String a(System.Data.IDbConnection)
HelpLink:
Type: System.NullReferenceException
Stack:
at CoreLab.MySql.Design.j.a(IDbConnection A_0)
at CoreLab.Common.Design.ConnectionEditorForm.Init()
at CoreLab.Common.Design.ComponentEditorForm.c(Object A_0, EventArgs A_1)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

=========================
Connections
=========================
theinsociety.localhost - 'User Id=root;Host=localhost;Database=theinsociety;'. Server version 5.0.45-community-nt
cmts_monitor.localhost (current) - 'User Id=root;Host=localhost;Database=cmts_monitor'. Server version 5.0.45-community-nt

=========================
Window Layout
=========================
No active document
No active window

=========================
Loaded Assemblies
=========================
mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 2.0.0.0 C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
Microsoft.VisualStudio.CommonIDE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.CommonIDE/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.CommonIDE.dll
System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 2.0.0.0 C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 2.0.0.0 C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
CoreLab.MySql.Vs, Version=4.20.19.0, Culture=neutral, PublicKeyToken=09af7300eec23701 4.20.19.0 C:/Program Files/CoreLab/MyDirect.NET2/CoreLab.MySql.Vs.dll
Microsoft.VisualStudio.Shell, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.Shell/2.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.dll
Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 7.1.40304.0 C:/Windows/assembly/GAC/Microsoft.VisualStudio.Shell.Interop/7.1.40304.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.Interop.dll
Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 7.1.40304.0 C:/Windows/assembly/GAC/Microsoft.VisualStudio.OLE.Interop/7.1.40304.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.OLE.Interop.dll
Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Windows/assembly/GAC/Microsoft.VisualStudio.Shell.Interop.8.0/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.Interop.8.0.dll
Microsoft.VisualStudio.Data, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/Microsoft.VisualStudio.Data.DLL
EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Windows/assembly/GAC/EnvDTE/8.0.0.0__b03f5f7f11d50a3a/EnvDTE.dll
System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Windows/assembly/GAC_MSIL/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll
CoreLab.Data.Design, Version=4.20.15.0, Culture=neutral, PublicKeyToken=09af7300eec23701 4.20.15.0 C:/Windows/assembly/GAC_MSIL/CoreLab.Data.Design/4.20.15.0__09af7300eec23701/CoreLab.Data.Design.dll
CoreLab.MySql.Design, Version=4.20.19.0, Culture=neutral, PublicKeyToken=09af7300eec23701 4.20.19.0 C:/Program Files/CoreLab/MyDirect.NET2/CoreLab.MySql.Design.DLL
CoreLab.Data, Version=4.20.15.0, Culture=neutral, PublicKeyToken=09af7300eec23701 4.20.15.0 C:/Windows/assembly/GAC_MSIL/CoreLab.Data/4.20.15.0__09af7300eec23701/CoreLab.Data.dll
CoreLab.DbTools.Vs, Version=2.50.109.0, Culture=neutral, PublicKeyToken=09af7300eec23701 2.50.109.0 C:/Program Files/Common Files/CoreLab/Database Developer Tools/VS8/CoreLab.DbTools.Vs.dll
Microsoft.VisualStudio.TextManager.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 7.1.40304.0 C:/Windows/assembly/GAC/Microsoft.VisualStudio.TextManager.Interop/7.1.40304.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.TextManager.Interop.dll
CoreLab.DbTools.Utils, Version=2.50.109.0, Culture=neutral, PublicKeyToken=09af7300eec23701 2.50.109.0 C:/Program Files/Common Files/CoreLab/Database Developer Tools/VS8/CoreLab.DbTools.Utils.dll
CoreLab.DbTools.Controls, Version=2.50.109.0, Culture=neutral, PublicKeyToken=09af7300eec23701 2.50.109.0 C:/Program Files/Common Files/CoreLab/Database Developer Tools/VS8/CoreLab.DbTools.Controls.DLL
System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 2.0.0.0 C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
CoreLab.DbTools.Interfaces, Version=2.50.15.0, Culture=neutral, PublicKeyToken=09af7300eec23701 2.50.15.0 C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/PublicAssemblies/CoreLab.DbTools.Interfaces.DLL
CoreLab.XBars, Version=6.3.3.0, Culture=neutral, PublicKeyToken=09af7300eec23701 6.3.3.0 C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/PublicAssemblies/CoreLab.XBars.DLL
CoreLab.XEditors, Version=6.3.3.0, Culture=neutral, PublicKeyToken=09af7300eec23701 6.3.3.0 C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/PublicAssemblies/CoreLab.XEditors.DLL
CoreLab.XData, Version=6.3.3.0, Culture=neutral, PublicKeyToken=09af7300eec23701 6.3.3.0 C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/PublicAssemblies/CoreLab.XData.DLL
CoreLab.XUtils, Version=6.3.3.0, Culture=neutral, PublicKeyToken=09af7300eec23701 6.3.3.0 C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/PublicAssemblies/CoreLab.XUtils.DLL
CoreLab.DbTools.Vs.Common, Version=2.50.109.0, Culture=neutral, PublicKeyToken=09af7300eec23701 2.50.109.0 C:/Windows/assembly/GAC_MSIL/CoreLab.DbTools.Vs.Common/2.50.109.0__09af7300eec23701/CoreLab.DbTools.Vs.Common.dll
Microsoft.VisualStudio.Debugger.Interop, Version=8.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.1.0 C:/Windows/assembly/GAC/Microsoft.VisualStudio.Debugger.Interop/8.0.1.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Debugger.Interop.dll
Microsoft.VisualStudio.Package.LanguageService, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.Package.LanguageService/2.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Package.LanguageService.dll
CoreLab.DbTools.CommonRes, Version=2.50.109.0, Culture=neutral, PublicKeyToken=09af7300eec23701 2.50.109.0 C:/Program Files/Common Files/CoreLab/Database Developer Tools/VS8/CoreLab.DbTools.CommonRes.dll
CoreLab.DbTools.BrowseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null 0.0.0.0 C:/Program Files/Common Files/CoreLab/Database Developer Tools/VS8/CoreLab.DbTools.Utils.dll
Microsoft.VisualStudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio/2.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.dll
Microsoft.VisualStudio.Designer.Interfaces, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 1.0.5000.0 C:/Windows/assembly/GAC/Microsoft.VisualStudio.Designer.Interfaces/1.0.5000.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Designer.Interfaces.dll
System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Windows/assembly/GAC_MSIL/System.Drawing.Design/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.Design.dll
Microsoft.Build.Engine, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Windows/assembly/GAC_MSIL/Microsoft.Build.Engine/2.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Engine.dll
Microsoft.Build.Framework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Windows/assembly/GAC_MSIL/Microsoft.Build.Framework/2.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Framework.dll
CustomMarshalers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Windows/assembly/GAC_32/CustomMarshalers/2.0.0.0__b03f5f7f11d50a3a/CustomMarshalers.dll
Microsoft.VisualStudio.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.Design/2.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Design.dll
Microsoft.VisualStudio.Shell.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.Shell.Design/2.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.Design.dll
VSLangProj, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 7.0.3300.0 C:/Windows/assembly/GAC/VSLangProj/7.0.3300.0__b03f5f7f11d50a3a/VSLangProj.dll
EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Windows/assembly/GAC/EnvDTE80/8.0.0.0__b03f5f7f11d50a3a/EnvDTE80.dll
CoreLab.MySql, Version=4.20.19.0, Culture=neutral, PublicKeyToken=09af7300eec23701 4.20.19.0 C:/Windows/assembly/GAC_MSIL/CoreLab.MySql/4.20.19.0__09af7300eec23701/CoreLab.MySql.dll
System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 2.0.0.0 C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
Microsoft.VisualStudio.Editors, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.Editors/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Editors.dll
Microsoft.XmlEditor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/Xml/Microsoft.XmlEditor.dll
Microsoft.VisualStudio.TextManager.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Windows/assembly/GAC/Microsoft.VisualStudio.TextManager.Interop.8.0/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.TextManager.Interop.8.0.dll
Microsoft.MSXML, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Windows/assembly/GAC_MSIL/Microsoft.MSXML/8.0.0.0__b03f5f7f11d50a3a/Microsoft.MSXML.dll
Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Windows/assembly/GAC_MSIL/Microsoft.VSDesigner/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VSDesigner.dll
Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
SnmpComp, Version=1.21.2792.23335, Culture=neutral, PublicKeyToken=null 1.21.2792.23335 C:/Users/Admin/AppData/Local/Microsoft/VisualStudio/8.0/ProjectAssemblies/o_lexbbn01/SnmpComp.dll
System.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Windows/assembly/GAC_MSIL/System.Deployment/2.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
Microsoft.VisualC, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Windows/assembly/GAC_MSIL/Microsoft.VisualC/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualC.dll
DS_CMDATA_STJAMES.Designer.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null 0.0.0.0 C:/Users/Admin/AppData/Local/Microsoft/VisualStudio/8.0/ProjectAssemblies/zpu3lie001/DS_CMDATA_STJAMES.Designer.cs.dll
DS_CMDATA_STJOHNS.Designer.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null 0.0.0.0 C:/Users/Admin/AppData/Local/Microsoft/VisualStudio/8.0/ProjectAssemblies/04c-h6p601/DS_CMDATA_STJOHNS.Designer.cs.dll
DS_GROUPS_STJAMES.Designer.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null 0.0.0.0 C:/Users/Admin/AppData/Local/Microsoft/VisualStudio/8.0/ProjectAssemblies/nzqhqytz01/DS_GROUPS_STJAMES.Designer.cs.dll
CoreLab.Data.Vs, Version=4.20.15.0, Culture=neutral, PublicKeyToken=09af7300eec23701 4.20.15.0 C:/Program Files/Common Files/CoreLab/Data Providers/4.20/Net2/CoreLab.Data.Vs.dll
Microsoft.VisualStudio.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.Windows.Forms/2.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Windows.Forms.dll
DS_GROUPS_STJOHNS.Designer.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null 0.0.0.0 C:/Users/Admin/AppData/Local/Microsoft/VisualStudio/8.0/ProjectAssemblies/fvlncyui01/DS_GROUPS_STJOHNS.Designer.cs.dll
Accessibility, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
Microsoft.VisualStudio.Data.Interop, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/Microsoft.VisualStudio.Data.Interop.DLL
Microsoft.Build.Tasks, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Windows/assembly/GAC_MSIL/Microsoft.Build.Tasks/2.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Tasks.dll
Microsoft.Build.Utilities, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Windows/assembly/GAC_MSIL/Microsoft.Build.Utilities/2.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Utilities.dll
Microsoft.VisualStudio.WizardFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.WizardFramework/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.WizardFramework.dll
Microsoft.VisualStudio.VSHelp80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Windows/assembly/GAC/Microsoft.VisualStudio.VSHelp80/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.VSHelp80.dll
COM2InteropEmit, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null 0.0.0.0 C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
CoreLab.DbTools.MySql, Version=2.10.68.0, Culture=neutral, PublicKeyToken=09af7300eec23701 2.10.68.0 C:/Program Files/CoreLab/MyDeveloper Tools for VS 2005/CoreLab.DbTools.MySql.dll
CoreLab.DbTools.Data, Version=4.20.10.0, Culture=neutral, PublicKeyToken=09af7300eec23701 4.20.10.0 C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/PublicAssemblies/CoreLab.DbTools.Data.DLL
CoreLab.DbTools.DbEditors.MySql, Version=2.10.68.0, Culture=neutral, PublicKeyToken=09af7300eec23701 2.10.68.0 C:/Program Files/CoreLab/MyDeveloper Tools for VS 2005/CoreLab.DbTools.DbEditors.MySql.DLL
CoreLab.DbTools.DbObjects.MySql, Version=2.10.68.0, Culture=neutral, PublicKeyToken=09af7300eec23701 2.10.68.0 C:/Program Files/CoreLab/MyDeveloper Tools for VS 2005/CoreLab.DbTools.DbObjects.MySql.DLL
CoreLab.DbTools.Data.MySql, Version=4.20.18.0, Culture=neutral, PublicKeyToken=09af7300eec23701 4.20.18.0 C:/Program Files/CoreLab/MyDeveloper Tools for VS 2005/CoreLab.DbTools.Data.MySql.DLL
CoreLab.DbTools.QueryBuilder, Version=2.50.109.0, Culture=neutral, PublicKeyToken=09af7300eec23701 2.50.109.0 C:/Program Files/CoreLab/MyDeveloper Tools for VS 2005/CoreLab.DbTools.QueryBuilder.DLL
CoreLab.DbTools.DbObjects, Version=2.50.109.0, Culture=neutral, PublicKeyToken=09af7300eec23701 2.50.109.0 C:/Program Files/CoreLab/MyDeveloper Tools for VS 2005/CoreLab.DbTools.DbObjects.DLL
System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 2.0.0.0 C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
Microsoft.VisualStudio.DataTools, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/Microsoft.VisualStudio.DataTools.DLL
Microsoft.Data.ConnectionUI.Dialog, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/Microsoft.Data.ConnectionUI.Dialog.DLL
Microsoft.Data.ConnectionUI, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/Microsoft.Data.ConnectionUI.DLL
System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 2.0.0.0 C:/Windows/assembly/GAC_32/System.Data.OracleClient/2.0.0.0__b77a5c561934e089/System.Data.OracleClient.dll
Microsoft.VisualStudio.DataTools.Interop, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/Microsoft.VisualStudio.DataTools.Interop.DLL
System.Runtime.Serialization.Formatters.Soap, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2.0.0.0 C:/Windows/assembly/GAC_MSIL/System.Runtime.Serialization.Formatters.Soap/2.0.0.0__b03f5f7f11d50a3a/System.Runtime.Serialization.Formatters.Soap.dll
VsWebSite.Interop, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Windows/assembly/GAC/VsWebSite.Interop/8.0.0.0__b03f5f7f11d50a3a/VsWebSite.Interop.dll
Microsoft.VisualStudio.EnterpriseTools.ClassDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.EnterpriseTools.ClassDesigner/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.dll
CoreLab.XGrid, Version=6.3.3.0, Culture=neutral, PublicKeyToken=09af7300eec23701 6.3.3.0 C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/PublicAssemblies/CoreLab.XGrid.DLL
Microsoft.VisualStudio.CSharp.Services.Language, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 8.0.0.0 C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/Microsoft.VisualStudio.CSharp.Services.Language.DLL

=========================
System Information
=========================
Processor architecture: intel
Processor quantity: 2
AMD Turion(tm) 64 X2 Mobile Technology TL-50 x86 Family 15 Model 72 Stepping 2
AMD Turion(tm) 64 X2 Mobile Technology TL-50 x86 Family 15 Model 72 Stepping 2

Total physical memory: 1918Mb
Available virtual memory: 2564Mb

Operating System Name: Windows Vista (TM) Ultimate
Operating System Version: Microsoft Windows NT 6.0.6000.0

Instances: 1
Culture: English (United States)
Process started at 09/30/2007 09:09:42
Report created at 09/30/2007 09:33:01


This happens when I click connection string in the newly added MySQLConnection.

Thanks,

W. David Taylor

wdavet
Posts: 24
Joined: Mon 26 Feb 2007 16:57

Still Some Bugs

Post by wdavet » Sun 30 Sep 2007 14:03

Alexey,

It appears that the above bugs are limited to operations associated with a component class.

Thanks

W. David Tayloe

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

Post by Alexey » Mon 01 Oct 2007 07:19

Look forward to hearing from me soon.

wdavet
Posts: 24
Joined: Mon 26 Feb 2007 16:57

Checking In

Post by wdavet » Sat 06 Oct 2007 02:08

Alexey,

Checking in to see if you have any news yet.

Thanks,

W. David Taylor

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

Post by Alexey » Tue 09 Oct 2007 07:45

This problem is fixed.
Look forward to the next build.

wdavet
Posts: 24
Joined: Mon 26 Feb 2007 16:57

Next Build

Post by wdavet » Wed 10 Oct 2007 19:24

Alexey,

Any idea when the next build will be released?

Thanks.

W. David Taylor

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

Post by Alexey » Thu 11 Oct 2007 09:31

Hopefully, in the beginning of the next week.

wdavet
Posts: 24
Joined: Mon 26 Feb 2007 16:57

Update

Post by wdavet » Tue 16 Oct 2007 01:01

Alexey,

Just checking in. Is the new update coming soon.

Thanks.

W. David Taylor

Post Reply