[Mono-dev] Patch for problem with RemotingConfiguration.Configure, when the configuration file contains custom providers with child elements

Svetlana Zholkovsky svetlanaz at mainsoft.com
Mon Oct 31 07:10:04 EST 2005


Hi all,
I fixed a problem with RemotingConfiguration.Configure, when the
configuration file 
contains custom providers with child elements:
					<serverProviders>
						<provider ref="dump
server" ShouldDump="true" isFirstSink = "true">
							<testserver
firstName="Sveta1" />
						</provider>
						<formatter ref="soap"
typeFilterLevel="Full" />
						<provider ref="dump
server" ShouldDump="true" isFirstSink = "false">
							<testserver
firstName="Sveta2" />
						</provider>
					</serverProviders>
 the Exception is thrown during configure: 
        Can't load configuration file: The Element "formatter" is not
valid in system.runtime.configuration section


Thanks,
Svetlana
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RemotingConfiguration.diff
Type: application/octet-stream
Size: 546 bytes
Desc: RemotingConfiguration.diff
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051031/ae54b31d/attachment.obj 


More information about the Mono-devel-list mailing list