ASP.NET and MySQL Connector Net

Fusei

New Member
I am using latest version of MySQL connector Net to connect to a MySQL database from an ASP.NET form. I have copied the files MySql.Data.dll, MySql.Data.Entity.dll and MySql.Web.dll in the Bin folder of my ASP.NET application. Also I have imported required libraries using these lines:\[code\]Imports MySql.DataImports MySql.Data.MySqlClient\[/code\]The image below shows the code and the error that I am getting:
P7sBS.jpg
What is wrong with the code please?
 
Back
Top