[Mono-devel-list] Re: Install locations on unix was : Re: Potential GAC implementation ideas.
eric lindvall
eric at 5stops.com
Sat Nov 1 22:57:52 EST 2003
you are correct, it has to be a sub-directory of the root of the AppDomain
(which defaults to being the location of the exe).
e.
On Mon, 27 Oct 2003, Jonathan Pryor wrote:
> I have no way to test this, but (IIRC), .NET will only use the
> privatePath attribute to search in *sub*directories, not absolute
> directories.
>
> So you can't have an app installed in C:\myapp and add C:\mylib to the
> privatePath.
>
> Again, IIRC.
>
> - Jon
>
> On Mon, 2003-10-27 at 13:18, Matthew Mastracci wrote:
> > One additional note - .config files can always be used to redirect the
> > private bin path as needed:
> >
> > <configuration>
> > <runtime>
> > <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
> > <probing privatePath="/usr/lib/myapp/support/"/>
> > </assemblyBinding>
> > </runtime>
> > </configuration>
More information about the Mono-devel-list
mailing list