[Mono-bugs] [Bug 355571] New: System.Configuration problem

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jan 23 05:20:06 EST 2008


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


           Summary: System.Configuration problem
           Product: Mono: Class Libraries
           Version: 1.2.6
          Platform: i386
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Configuration
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: ka2 at m4s-hq.ru
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=191454)
 --> (https://bugzilla.novell.com/attachment.cgi?id=191454)
test program src & exe

Description of Problem:
Appliaction (e.g settingstest.exe) reads settingstest.exe.config but ignores it
and uses default values.
Same applicaton under Windows .Net 2.0 works well -- it reads config from
settingstest.exe.config if it exists

Steps to reproduce the problem:
1. Compile my settingstest program from attach
2. run it on Linux:

mono ./settingstest.exe

Actual Results:
Program output
"Hello"
"Hi"


Expected Results:
Program output
"GoodBy"
"By"

(not GoodBye;)

How often does this happen? 
Always

Additional Information:
stace tells that application reads config but seems it ignores it.


pathc: here is source for Visual Studio 2005/.NET2.0 and compiled .net exe
files


-- 
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.


More information about the mono-bugs mailing list