Title: Message
Hi,
 
I'm completely new to Mono, .NET and C#. Although I have a thorough knowledge of Delphi, Java, and VB6. I'm having a bit of a problem compiling my helloworld application from Win XP. Whenever I try to compile something I get the following error message:
 
WARNING: Could not find assembly System, references from D:\Mono\Lib\mono\1.0\mcs.exe
Unhandled exception: System.NullReferenceException: Object reference not set to an instance of an object.
 
My helloworld.cs source code:
using System;
 
class helloworld {
 
 static void Main ()
 {
  Console.WriteLine ("Hello World!");
 }
}
 
I know this might be a very elementary question, but please do help a very newbie.
 
Thank you very-very much in advance for any help or recommendations,
 
Jacques
 

Jacques du Preez

Software Developer

Entegral Technologies Pty (Ltd)

 

postal address: po box 1284, lonehill, 2062

web: www.entegral.co.za

 

 

 

<<image001.gif>>

Reply via email to