ok ill try
"Please download and use the 1.0.7 release of MySQL Connector/Net which works on Mono on Windows and Linux."
I downloaded mysql.data.dll for Mono project from MYSQL. added it to Reference once again, copied dll to bin on ftp. But that didn't changed a thing.
Ok i found the same...
Tried, the same result.
I'm sitting on this problem from 3hours.
http://koziolmail.x10hosting.com/
using System;
using System.Data;
using MySql.Data;
using MySql.Data.MySqlClient;
namespace JakarAuto
{
public partial class _Default : System.Web.UI.Page
{...
Hallo,
with PHP i've connected without any problem "Connection succesful"
I hav problem with connection from ASP.NET
on PageLoad i added
string connStr = "Server=localhost;Connect Timeout=90;Username=koziolma_jakar;Password=****"...