[Mono-aspnet-list] Cannot find MySQL Namespace

dragonbite dragonbite at gmail.com
Fri Apr 15 22:52:43 EDT 2011


I am trying to set up a MySQL database for my ASP.NET (Mono) web site.

I have downloaded the Connector/Net 5.2.7 provider.

I have tried putting it into the /bin directory.

I have run sudo gacutil -i MySql.Data.dll and got the message Installed
MySql.Data.dll into the gac (/usr/lib/mono/gac).

I have put  in the Web.config file.

I put on the code-behind page using MySql.Data;.

And still I keep getting the message The type or namespace name 'MySql'
could not be found. Are you missing a using directive or an assembly
reference?.

Obviously I must me missing something, and quite likely something very
basic!  I'm used to doing VB.NET ASP.NET with a MS SQL Server database and a
lot of this is set up by our System Administrator so please, don't assume I
know to do anything.

Thanks.

--
View this message in context: http://mono.1490590.n4.nabble.com/Cannot-find-MySQL-Namespace-tp3453402p3453402.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list