On Wed, Jul 23, 2008 at 7:51 AM, k1Ll5w1tcH <[EMAIL PROTECTED]> wrote: > Howzit > > When compiling I receive the following error: > error CS2015: Source file `MySql.Data.dll' is a binary file and not a text > file > > Please help???
It sounds like you are saying something like: mcs source.cs MySql.Data.dll instead of: mcs source.cs -r:MySql.Data.dll -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
