[Mono-list] System.IO propblems.

Gonzalo Paniagua Javier gonzalo@ximian.com
18 Nov 2002 17:45:09 +0100


El vie, 15-11-2002 a las 13:28, Anders Carlberg escribió:
> But when i run it with mono i get this..
> 
> ** (ComTest.exe:23156): WARNING **: Failed to load library
> libkernel32.dll.so (kernel32.dll): libkernel32.dll.so: cannot open shared
> object file: No such file or directory
> 
> Im a newbie on Linux and mono.. so please help me..

That is only a warning. You are probably using System.Diagnostics.Trace,
which uses a function as internal call only when run under windows.

-Gonzalo