RE: [Mono-list] MBAS fails on simple hello world application

2003-09-10 Thread Marco Ridoni
On Tue, 2003-09-09 at 15:26, Akhilesh Agarwal wrote: > Hi, > > I thought VB.NET is case insensitive. > The current CVS version *should* be case-insensitive, while version 0.26 surely isn't. Please take note that mBas is still incomplete and surely not anywhere near production-quality (but we ho

RE: [Mono-list] MBAS fails on simple hello world application

2003-09-10 Thread Akhilesh Agarwal
PROTECTED] On Behalf Of Jeremiah McElroy Sent: 09 सितम्बर 2003 17:34 To: Akhilesh Agarwal; [EMAIL PROTECTED] Subject: RE: [Mono-list] MBAS fails on simple hello world application I attempted to compile this on win32 Mono 0.26 and I received similar errors. Then I corrected the capitalization in your

RE: [Mono-list] MBAS fails on simple hello world application

2003-09-09 Thread Jeremiah McElroy
03 9:07 AM To: Jeremiah McElroy Cc: Subject: RE: [Mono-list] MBAS fails on simple hello world application Visual Basic is supposed to be case insensitive, isn't it? On Tue, 2003-09-09 at 13:04, Jeremiah McElroy wrote: &

RE: [Mono-list] MBAS fails on simple hello world application

2003-09-09 Thread Jeremiah McElroy
I attempted to compile this on win32 Mono 0.26 and I received similar errors. Then I corrected the capitalization in your code and it worked correctly. The code I compiled follows: Module test Sub Main() System.Console.WriteLine("Hello World!") End Sub End Module -Original Me

Re: [Mono-list] MBAS fails on simple hello world application

2003-09-09 Thread Hervé Poussineau
> Hi, > > I tried compiling the attached VB.NET file (a simple one line > hello world application) using Mono 0.26 mbas on Redhat 9. It > gives the following error: > > Unhandled Exception: System.ArgumentNullException: Argument > cannot be null > [...] > > Should I file a bug, or I am doing someth