[Mono-bugs] [Bug 323552] Application.Startuppath fails

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jan 9 14:02:20 EST 2008


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

User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=323552#c6


Jonathan Pobst <jpobst at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                                        |RESOLVED
         Resolution|                                                |FIXED




--- Comment #6 from Jonathan Pobst <jpobst at novell.com>  2008-01-09 12:02:20 MST ---
Output on .net:

D:\Documents\Visual Studio 2005\Projects\MonoCHelloWorld\MonoCHelloWorld
D:\Documents\Visual Studio 2005\Projects\MonoCHelloWorld\MonoCHelloWorld

Patch output on win/mono:

D:\Documents\Visual Studio 2005\Projects\MonoCHelloWorld\MonoCHelloWorld
D:\Documents\Visual Studio 2005\Projects\MonoCHelloWorld\MonoCHelloWorld

Patch output on lin/mono:

/home/jpobst/Desktop
/home/jpobst/Desktop

Seems to correctly give the executable path, and not the mono path.

Patch committed in r92524.

2008-01-09  Jonathan Pobst  <monkey at jpobst.com>

        * Application.cs: Use GetCommandLineArgs to calculate ExecutablePath.
        [Fixes bug #323552]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list