[Mono-bugs] [Bug 676211] New: privatePath ignored when preceded by other configuration in app.config
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Mar 2 04:06:45 EST 2011
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: mono-bugs at lists.ximian.com
ReportedBy: david at dasz.at
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list