[Mono-devel-list] New Beta1 Win32 installer

Charlie Poole cpoole at pooleconsulting.com
Sun May 16 14:06:56 EDT 2004


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 );
		}
	}

It runs fine when run directly under MS.NET

Any suggestions?

Charlie Poole
cpoole at pooleconsulting.com

> -----Original Message-----
> From: mono-devel-list-admin at lists.ximian.com
> [mailto:mono-devel-list-admin at lists.ximian.com]On Behalf Of Gonzalo
> Paniagua Javier
> Sent: Tuesday, May 11, 2004 9:08 PM
> To: Monkey Business; Mono Development; Mono Announce
> Subject: [Mono-devel-list] New Beta1 Win32 installer
>
>
> Hola!
>
> I just uploaded a new Win32 installer that fixes lots of problem
> encountered in the previous ones:
>       * Updated runtime to fix GAC path issues.
>       * Generate working .bat for cmd.exe and shell scripts for cygwin.
>       * Includes MSVCR70.dll.
>       * CVS monop to fix assembly loading errors.
>
> You can download it directly from:
>
> http://www.go-mono.com/archive/beta1/windows/mono-Beta1-win32-2.exe
>
> or through the mono download page at:
>
> 	http://www.go-mono.com/download.html
>
> It does not include 2.0 preview compiler and assemblies, but I plan on
> doing more Win32 installer releases based on CVS including them.
>
> Special thanks go to Urs Muff for helping me while testing.
>
> Enjoy!
>
> -Gonzalo
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>





More information about the Mono-devel-list mailing list