[Mono-bugs] [Bug 560060] Embedded "app.config" is not read when used inside a bundle

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Dec 2 15:05:19 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=560060

http://bugzilla.novell.com/show_bug.cgi?id=560060#c4


--- Comment #4 from Laurent Etiemble <laurent.etiemble at gmail.com> 2009-12-02 20:05:18 UTC ---
Here is the changelog:

*
mcs/class/System.Configuration/System.Configuration/InternalConfigurationHost.cs
Add new internal call to retrieve embedded application config. First check if
an embedded configuration exists before looking up on the filesystem.

* mono/metadata/icall-def.h
Add entry for retrieving embedded application configuration.

* mono/metadata/icall.c
Add function to retrieve embedded application configuration if one has been
registered with the runtime.

* mono/metadata/assembly.c
When opening an assembly image, pass the real names in addition to the runtime
generated one.

* mono/metadata/image.h
Add a function to take the real name of the assembly image.

* mono/metadata/image.c
If a real name has been passed to load an assembly, use it instead of the
runtime generated one.

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