Fix #560060 - Embedded "app.config" is not read when used inside a bundle.
authorLaurent Etiemble <laurent.etiemble@gmail.com>
Mon, 9 Aug 2010 19:21:33 +0000 (21:21 +0200)
committerZoltan Varga <vargaz@gmail.com>
Mon, 9 Aug 2010 19:21:33 +0000 (21:21 +0200)
commit0f1b1c1988926772d50ccb131227a18ceebb62eb
tree81aac896f8e5c9b986960bb1c1f4350f3c9e12b5
parentd87fc19ff48db7fcfd4e7d5d94ac3a7a814d9d69
Fix #560060 - Embedded "app.config" is not read when used inside a bundle.

* 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.
mcs/class/System.Configuration/System.Configuration/InternalConfigurationHost.cs
mono/metadata/icall-def.h
mono/metadata/icall.c