[Mono-list] MySql.Data mcs compilation error

Chris Howie cdhowie at gmail.com
Wed Jul 23 08:12:00 EDT 2008


On Wed, Jul 23, 2008 at 7:51 AM, k1Ll5w1tcH <garriths at gmail.com> 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


More information about the Mono-list mailing list