[Mono-bugs] [Bug 545198] ProcessStartInfo.EnvironmentVariables looses case
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 8 07:33:08 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=545198
User vargaz at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=545198#c1
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 2009-10-08 05:33:07 MDT ---
Can't reproduce this using mono 2.4/HEAD. I get:
Unhandled Exception: System.ArgumentException: Key duplication when adding:
PATH
at System.Collections.Hashtable.PutImpl (System.Object key, System.Object
value, Boolean overwrite) [0x00000]
at System.Collections.Hashtable.Add (System.Object key, System.Object value)
[0x00000]
at System.Collections.Specialized.ProcessStringDictionary.Add (System.String
key, System.String value) [0x00000]
If I set it using EnvironmentVariables ["PATH"] = "FOO", PATH is set, not path.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list