Bug #110276 Method not found: 'Void MySql.Data.MySqlClient.MySqlConnectionStringBuilder..cto
Submitted: 6 Mar 2023 9:38 Modified: 8 Mar 2023 11:57
Reporter: Sharook Subana Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S3 (Non-critical)
Version:8.0.32 OS:Windows
Assigned to: CPU Architecture:Any
Tags: MySQL Constructor

[6 Mar 2023 9:38] Sharook Subana
Description:
Method not found: 'Void MySql.Data.MySqlClient.MySqlConnectionStringBuilder..ctor(System.String)'

How to repeat:
Refer MySQL.Data dll of version 8.0.32 and create a constructor 
 MySqlConnectionStringBuilder mysqlConstring = new MySqlConnectionStringBuilder(m_ConnectionString);
[7 Mar 2023 14:29] MySQL Verification Team
Hi Mr. Subana,

Thank you for your bug report.

However, it seems to us that your are not having any problems with our C API. Among other facts, C API does not have any constructors .....

Seems that you are having problems only with our Connector/C++.

Please, clear out this issue before we proceed.

Also, did you have this problem with 8.0.31 version of C API or C/C++. Did this problem appear only with 8.0.32 ??

Please, let us know .......
[8 Mar 2023 11:54] MySQL Verification Team
Hi,

It also seems possible that this is not even about Connector/C++, but Connector/NET.

Can you, please, make up your mind which of our products is making you problems ?????
[8 Mar 2023 11:57] MySQL Verification Team
Hi,

It seems like you are trying to build with one programming language, while trying to link with the wrong API.

Not a bug.