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
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list