MYSQL.NET provider works fine with VB.NET but not with C# code
Posted: Thu  13 Jan 2005 20:07
				
				I installed Corelab MYSQL.NET provider on my machine. If I try to import it in vb.net, it works and it allows me to fetch data etc, but in C# code, it says that the namespace could not be found. The very statement - 
using CoreLab.MySql;
fails.Is there a different reference required for VB.net and C#? Any help is appreciated.
			using CoreLab.MySql;
fails.Is there a different reference required for VB.net and C#? Any help is appreciated.