Hi, What version of ByteFx.Data are you using on your linux mashine ? Because there has been a name change between versions of ByteFx.Data.
So it may be ByteFx.Data instead of ByteFX.Data or something like that. Regards, Timothy. ----- Original Message ----- From: "danilo lujambio" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 23, 2003 12:35 PM Subject: [Mono-list] xsp and bytefx > Hi, > > I made a test program in C# to connect to mysql database using bytefx > and it worked OK. Then I tried to por the same program to webform and I > tested it with xsp. > > I could not pass this step: > > The namespace `ByteFX.Data' can not be found > > I probed with : > <%@ Page Language="C#" %> > <%@ import namespace="System.Data" %> > <%@ import namespace="ByteFX.Data" %> > > and > <%@ Page Language="C#" %> > <%@ import namespace="System.Data" %> > <%@ import namespace="ByteFX.Data.MySQLClient" %> > > and > <%@ Page Language="C#" %> > <%@ import namespace="System.Data" %> > <%@ assembly name="ByteFX.Data.MySQLClient" %> > > and the errors are similar. > > Can anybody mark my error ? > > Thanks ! > > dl > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.512 / Virus Database: 309 - Release Date: 19/08/2003 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
