https://bugzilla.novell.com/show_bug.cgi?id=683058
https://bugzilla.novell.com/show_bug.cgi?id=683058#c0 Summary: ConfigurationManager doesnt work for Process executed apps Classification: Mono Product: Mono: Runtime Version: SVN Platform: 64bit OS/Version: RHEL 5 Status: NEW Severity: Normal Priority: P5 - None Component: misc AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; MS-RTC LM 8) The ConfigurationManager fails to read the App.config when a program is executed through Process class. The attached sample shows a TestProgram.exe where just running it from the commandline it will read the app config properly but executing it through the Process class it will fail to real the app config properly . Trying it on windows and it works ok. Reproducible: Always Steps to Reproduce: 1.Compile TestProgram.cs , gmcs TestProgram.cs 2.Compile procfail.cs , gmcs procfail.cs 3.Run TestProgram.exe and it should read the app.config 4.Run procfail.exe and it will fail to read the app.config -- Configure bugmail: https://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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
