Bug #74389 unable to connect to database using VS2013
Submitted: 15 Oct 2014 3:57 Modified: 20 Oct 2014 2:06
Reporter: Mark Dennis Furton Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Visual Studio Integration Severity:S2 (Serious)
Version:6.2.2 OS:Windows (windows 8)
Assigned to: CPU Architecture:Any
Tags: MySQL Workbench 6.2.2, Visual Basic 2013

[15 Oct 2014 3:57] Mark Dennis Furton
Description:
Hi..I am getting an error "The system detected an invalid pointer address in attempting to use a pointer argument in a call"

I  have a Visual Studio project that automatically connects to my mysql database when run. My project suppose to connect to database and display the data on my data grid when opened or executed. The connection was working before, but since yesterday I started getting issue. 

MySql workbench version is 6.2.2
Mysql Connector/net 6.9.3
MySQL server 5.1
Windows Visual Studio 2013
OS is Windows 8

any advice or solution is appreciated.. Thanks

How to repeat:
Install Visual Studio 2013 on Windows 8 64 bit OS
Install the full version of MySQL
Open Visual Studio 2013 and create a new project
Add the MySQL.Data.dll found in \MySQL\MySQL for Visual Studio 1.0.2\Assemblies\v4.0
Open Server Explorer
Choose MySQL Database as the data source and give right credentials
Click Test Connection button. 
Error message "The system detected an invalid pointer address in attempting to use a pointer argument in a call" will be displayed.

Suggested fix:
Tried uninstallation and Re-installation of applications. (no go)
[15 Oct 2014 17:48] MySQL Verification Team
connected

Attachment: VS2013.png (image/png, text), 54.04 KiB.

[15 Oct 2014 17:55] MySQL Verification Team
Thank you for the bug report. I wasn't able to repeat.
[20 Oct 2014 2:06] Mark Dennis Furton
i created a text connection command n vb..so every time i run the program, it should tell me that the connection has been established..however, I get the said error.
[20 Oct 2014 2:06] Mark Dennis Furton
this is where i get the error

Attachment: Capture2.JPG (image/jpeg, text), 78.50 KiB.