> We've release our Preview 3 of Mono 1.2.6 today! Please help us out by
> giving it a try on your applications.
I reported critical incompatibility bug in bugzilla a week ago.
I havent got any notice about its status.
How about fixing it ?
Andrus.
My bug report was:
BaseDirectory does not end with backslash
To reproduce, run the code.
Observed: directory name does not end with backslash
Expected:
Directory name must end with backslash
Environment:
1.2.6 preview 2
.NET 2 profile
System.Drawing & Configuration from Nov 24, 2007 monocharge
Windows XP
VCSE 2008
Code to reproduce:
using System;
using System.Windows.Forms;
public class Test {
static void Main() {
MessageBox.Show(AppDomain.CurrentDomain.BaseDirectory);
}
}
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list