https://bugzilla.novell.com/show_bug.cgi?id=676211
https://bugzilla.novell.com/show_bug.cgi?id=676211#c0 Summary: privatePath ignored when preceded by other configuration in app.config Classification: Mono Product: Mono: Runtime Version: 2.10.x Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: misc AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13 When the <runtime/> section in the app.config has a privatePath and is not the first child of <configuration/>, the mono runtime sometimes ignores the setting. Reproducible: Always Steps to Reproduce: 1. unpack attached solution 2. build with app.broken.config as app.config 3. execute bin/exe/ConsoleApplication2.exe with mono Actual Results: Missing method .ctor in assembly /srv/CCNet/tmp/ConsoleApplication2/bin/exe/ConsoleApplication2.exe, type ClassLibrary1.Class1 Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'ClassLibrary1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: 'ClassLibrary1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' Expected Results: Executable runs and prints "win!\n" -- 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
