[Mono-list] App.config privatePath attribute ignored by mono
Jonathan Gagnon
jonathan.gagnon at croesus.com
Wed Jun 6 11:30:38 EDT 2007
Hi,
I have the following section inside my app.config file :
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="myPath"/>
</assemblyBinding>
</runtime>
This is supposed to be the equivalent of doing this at the beginning of the
application :
AppDomain.CurrentDomain.AppendPrivatePath("myPath");
Since the AppendPrivatePath method is deprecated, I want to use the
app.config way, but it doesn't work on Mono. Therefore, I have to stick
with the deprecated method for now.
I searched the bug database and found out that there was already a bug
logged about this issue (57612), but the status of this bug hasn't changed
since 2005-07-06 and it seems to have been forgotten. Somebody submitted a
patch but I still have the bug with the latest version.
Has the patch been merged into the main version?
Jonathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20070606/67963bed/attachment-0001.html
More information about the Mono-list
mailing list