we have some issues on the installer you downloaded and a new version up there that fixes the problem.
This is how you can fix it on yours (quoting Gonzalo):
"
I only needed to set the PATH like:
C:\> set PATH=c:\cygwin\home\myuser\go-mono\install\bin;%PATH%
And then my mcs.bat file is just (in install\bin):
@cd c:\cygwin\home\myuser\go-mono\install\bin
@set MONOARGS=
@:loop
@if x%1 == x goto :done
@set MONOARGS=%MONOARGS% %1
@shift
@:done
@mono ..\lib\mono\1.0\mcs.exe %MONOARGS%
"
Erik
On May 10, 2004, at 7:54 AM, Jacques Du Preez wrote:
<x-tad-smaller>Hi,</x-tad-smaller>
�
<x-tad-smaller>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:</x-tad-smaller>
�
<x-tad-smaller>WARNING: Could not find assembly System, references from D:\Mono\Lib\mono\1.0\mcs.exe</x-tad-smaller>
<x-tad-smaller>Unhandled exception: System.NullReferenceException: Object reference not set to an instance of an object.</x-tad-smaller>
�
<x-tad-smaller>My helloworld.cs source code:</x-tad-smaller>
<x-tad-smaller>using System;</x-tad-smaller>
�
<x-tad-smaller>class helloworld {</x-tad-smaller>
�
<x-tad-smaller>�static void Main ()</x-tad-smaller>
<x-tad-smaller>�{</x-tad-smaller>
<x-tad-smaller>��Console.WriteLine ("Hello World!");</x-tad-smaller>
<x-tad-smaller>�}</x-tad-smaller>
<x-tad-smaller>}</x-tad-smaller>
�
<x-tad-smaller>I know this might be a very elementary question, but please do help a very newbie.</x-tad-smaller>
�
<x-tad-smaller>Thank you very-very much in advance for any help or recommendations,</x-tad-smaller>
�
<x-tad-smaller>Jacques</x-tad-smaller>
�
Jacques du Preez
Software Developer
Entegral Technologies Pty (Ltd)
�
<x-tad-smaller>postal address: </x-tad-smaller><x-tad-smaller>po box 1284, lonehill, 2062</x-tad-smaller>
<x-tad-smaller>web: </x-tad-smaller><x-tad-smaller>www.entegral.co.za</x-tad-smaller>
<x-tad-smaller>�</x-tad-smaller>
�<image.tiff>
�
