On Dec 26, 2007 10:21 AM, Gavin Landon <[EMAIL PROTECTED]> wrote: > Using: > Mono 1.2.6 > SharpDev 2.2.1 2648 > Mono References Only > > I've created a very simple web server demo below, which works under > Windows, but will not launch under Linux/OSX. This is a console app, > to make things simple, running as a web server. I added a writelog to > the very first line of Main() which is never written as if the EXE will > not even attempt to start on Linux/OSX. Anyone have any ideas why? I
Did you try replacing WriteLog with Console.WriteLine, just to see if it loads? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
