[Mono-list] ASP.NET + ByteFX.Data

Gonzalo Paniagua Javier gonzalo@ximian.com
Fri, 10 Oct 2003 05:15:04 +0200


> Hello all.
> 
> I am running xsp 0.6 and I am trying to do some simple playing around
> to see if I can get some data out of MySql.  I downloaded the latest
> ByteFX.Data assembly and was able to run a very simple query from the
> command line--joy!  I then proceeded to modify the dbpage1.aspx
> example provided with mod_mono and replaced the PostgreSql directives
> with MySql ones.  I seemed to get around syntactical mistakes but now
> the server responds with the following.  I am attaching the .aspx file
> in case any of you is feeling good enough to take a look  :-)  I added
> the ByteFX.Data.dll and SharpZipLib.dll to my /usr/lib directory and
> restarted the xsp server.  Not sure what to try next.  
> 
> Thanks for any help!
> 
> // David
> 
> Description: Error processing request. 
> 
> Error Message: 
> 
> Stack Trace: 
> System.IO.FileNotFoundException: File 'ByteFX.Data.MySqlClient' not found.

The assembly name is ByteFX.Data

-Gonzalo