Hi ,
   I downloaded and compiled mono version 1.2 and am running it in under
Linux kernel 2.6.17 (Big Endian Arm Architecture IXP425 processor). I
executed HelloWorld.exe when i see an exception. Below is the source file
for the .exe:

HelloWorld.cs is:

using System;
namespace HellowWorldApplication
{
class HelloWorld
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}


When i run this application HelloWorld.exe under mono, the program seems to
run fine (It outputs the Hello World message) but at the end of execution it
spews this message:

Unhandled Exception: System.TypeInitializationException: An exception
was thrown by the type initializer for
System.Runtime.Remoting.Contexts.Context ---> System.ArgumentException:
Size is too big
at System.Collections.Hashtable:.ctor (Int32 capacity, Single
loadFactor, IHashCodeProvider hcp, IComparer comparer)
at System.Collections.Hashtable:.ctor (Int32 capacity, Single loadFactor)
atSystem.Collections.Hashtable:.ctor ()
at System.Runtime.Remoting.Contexts.Context:.cctor ()--- End of inner
exception stack trace ---


Any ideas on what this is and how this can be resolved?

Regards,
--
srikanth chavali
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to