[Mono-devel-list] New Beta1 Win32 installer

Gonzalo Paniagua Javier gonzalo at ximian.com
Sun May 16 22:18:18 EDT 2004


El dom, 16-05-2004 a las 20:06, Charlie Poole escribió:
> Hello Gonzalo,
> 
> I'm trying to test my nunit 2.2 beta 1 release on mono under windows before
> releasing it for further testing under linux. I'm getting the error
> "Your mono runtime and class libraries are out of synch" when I run
> mono nunit-console.exe after compiling with mcs.
> 
> I understand how the error comes up when building mono from source, but I
> merely downloaded the installer and installed the binaries. I removed my
> older mono install first.
> 
> Details: Windows 2000 professional with my windows and program files
> directories
>  on ->E:<- Mono installed under Program Files as you'd expect. Cygwin not
> installed
> - I don't need it if I'm not building mono do I?
> 
> A simple hello world program runs fine, but the following is sufficient
> to trigger the error:
> 
> 	using System;
> 	class Hello
> 	{
> 		static void Main()
> 		{
> 			Console.WriteLine( "Hello from {0}", Environment.OSVersion );
> 		}
> 	}

Someone filed a bug report on that. I will fix it tomorrow and provide a
mono-0.91.99-win32-1.exe installer.

-Gonzalo





More information about the Mono-devel-list mailing list