[Mono-dev] Support for runtime configuration of assembly loading path - related to bug #81446

Marek Habersack grendello at gmail.com
Wed Aug 22 19:29:38 EDT 2007


Hello all,

  The attached patch implements support for the following configuration
fragment in the runtime:

<?xml version="1.0"?>
<configuration>
    	<runtime>
        	<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
			<probing privatePath="test:libraries" />
		</assemblyBinding> 
	</runtime>
</configuration>

The privatePath attribute extends the per-domain assembly load path. This patch
is part of a set of fixes for http://bugzilla.ximian.com/show_bug.cgi?id=81446

Please review, thanks

marek

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Bug81446.diff
Type: text/x-patch
Size: 6403 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070823/0c2e6c90/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070823/0c2e6c90/attachment-0001.bin 


More information about the Mono-devel-list mailing list