Bug #44534 Can't create dataset from stored procedure
Submitted: 29 Apr 2009 3:24 Modified: 4 Jun 2009 20:15
Reporter: Dave Adams Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S2 (Serious)
Version:6.0.3 OS:Any
Assigned to: Reggie Burnett CPU Architecture:Any
Tags: dataset, stored procedure, Visual Studio

[29 Apr 2009 3:24] Dave Adams
Description:
When adding a data source in VS 2005 via the Data Source Configuration Wizard, it is impossible to expand stored procedures.  You receive this error message:

"An error occured while retrieving the column information
Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).." 

I am connecting to a remote machine, specifying an IP address for the server.  The
database version on the remote machine is Community 5.0.67.

How to repeat:
In VS2005, create a new C# Windows application
From the Data menu, choose Add New Data Source
Supply the applicable connection details (choose a database with a stored procedure)
Expand any stored procedure in the Data Source Configuration Wizard
Observe the error message box that appears:
Title: Data Source Configuration Wizard
"An error occured while retrieving the column information
Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).."
[29 Apr 2009 3:28] Dave Adams
Error message shown when expanding stored procedure

Attachment: errorGuid.png (image/png, text), 12.83 KiB.

[4 May 2009 8:20] Tonci Grgin
Hi Dave and thanks for your report. I think I posted similar one that could be closely related. Looking.
[4 May 2009 8:24] Tonci Grgin
Dave, I see you already commented on Bug#44460. My thought is to close this report and make note in Bug#44460 to check this one too. Do you agree?
[6 May 2009 1:59] Dave Adams
Tonci,

   This is a separate issue from Bug#44460, where I could not work with the dataset designer at all:

bug 44460 = no way to connect to MySQL to create any kind of dataset

bug 44534 = can't create dataset from stored proc (other dataset types created from raw tables work OK)
[6 May 2009 6:32] Tonci Grgin
Dave, noted.
[6 May 2009 13:38] Tonci Grgin
Verified just as described using MySQL.Data.dll (debug) built from trunk with c/NET 6.0.3GA installed.
[27 May 2009 17:11] Dave Adams
Are there plans to deploy a fix for this in 6.0.4?
[4 Jun 2009 20:15] Reggie Burnett
This was fixed with the fix for bug #44460