Bug #15063 Old version of documentation in package
Submitted: 19 Nov 2005 1:21 Modified: 17 Jul 2006 13:00
Reporter: Stephen Gryphon Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Documentation Severity:S3 (Non-critical)
Version:mysql-connector-net-1.0.6-noinstall OS:Windows (Windows XP Pro)
Assigned to: MC Brown CPU Architecture:Any

[19 Nov 2005 1:21] Stephen Gryphon
Description:
In the download ZIP for mysql-connector-net-1.0.6-noinstall, the help file MySql.Data.chm in the doc directory is an old version (it is missing most of the detailed documentation, e.g. examples, explanation of connection string parameters, etc).

This information is in the source file, and also in the MySql.Data.xml file in the bin directory.

How to repeat:
Download mysql-connector-net-1.0.6-noinstall from the web site and unzip; open the MySql.Data.chm in the doc directory and look at the description of the ConnectionString parameter for the MySqlConnection class.

Suggested fix:
I simply re-ran NDoc over the MySql.Data.dll and MySql.Data.xml files and it created an updated version of the help file.

I think this is just a packaging issue.
[19 Nov 2005 1:22] Stephen Gryphon
Fixed category (initial bug submission only allowed me to select general Connector/Net category).
[17 Jul 2006 13:00] MC Brown
I have checked the latest version (1.0.7) and this now seems to be correct. No changes made.