https://bugzilla.novell.com/show_bug.cgi?id=446353

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=446353#c7





--- Comment #7 from Gert Driesen <[EMAIL PROTECTED]>  2008-11-20 14:36:30 MST 
---
You can add a CWL to Atsushi's repro:

test.cs:

using System;
using System.Reflection;
public class Test
{
        public static void Main ()
        {
                Console.WriteLine (AppDomain.CurrentDomain.BaseDirectory);
                Console.WriteLine (Assembly.GetEntryAssembly ().CodeBase);
                Console.WriteLine (System.IO.Path.GetFullPath ("."));
        }
}

I also have a test case available in SVN:
gert/standalone/bug446353

However, that one uses NAnt to build/run. If that's too much trouble, I'll open
a new bug report this weekend and add a repro that does not require NAnt.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to