[Mono-bugs] [Bug 495490] New: Error reading config files if they contain the xml header.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Apr 16 08:42:27 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=495490
Summary: Error reading config files if they contain the xml
header.
Classification: Mono
Product: Mono: Runtime
Version: 2.4.x
Platform: x86
OS/Version: Ubuntu
Status: NEW
Severity: Minor
Priority: P5 - None
Component: interop
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: novell at nickwhaleyproductions.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US)
AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.5 Safari/530.5
In MyApp.config, I have some dll mappings.
This works:
<configuration>
<dllmap dll="wpcap.dll" target="libpcap.so.0.8"/>
</configuration>
This doesn't:
<?xml version="1.0"?>
<configuration>
<dllmap dll="wpcap.dll" target="libpcap.so.0.8"/>
</configuration>
Reproducible: Always
Steps to Reproduce:
1. Create a configuration file called <assemblyname>.config or use the --config
directive to specify one.
2. Try it with an xml header in the file.
Actual Results:
Configuration file is not read.
Expected Results:
Configuration file is read as respected the dll mappings.
--
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