[Mono-dev] Problem with Probing Path
Charlie Poole
charlie at nunit.com
Tue Nov 11 15:29:53 EST 2008
OK, I can run if I set MONO_PATH to ./lib but that still
doesn't explain why the config entry is ignored AFAICS.
Charlie
> -----Original Message-----
> From: mono-devel-list-bounces at lists.ximian.com
> [mailto:mono-devel-list-bounces at lists.ximian.com] On Behalf
> Of Charlie Poole
> Sent: Tuesday, November 11, 2008 12:17 PM
> To: mono-devel-list at lists.ximian.com
> Subject: [Mono-dev] Problem with Probing Path
>
> Hi All,
>
> I was getting strange failures with the latest install of
> nunit.exe under Mono - no message, it just goes away.
>
> I finally figured out that some of my nunit assemblies were
> not being found.
>
> For this release, I moved the nunit library assemblies to a
> lib subdirectory, which I put on the probing path using the
> config. When I copy all the assemblies into the same
> directory as nunit.exe, it works OK. But when they are in the
> lib directory, the assemblies are not found.
>
> Here's what is in my config:
>
> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
> <probing privatePath="lib;addins" />
> </assemblyBinding>
>
> Any thoughts as to why this doesn't work?
>
> Carlie
>
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
More information about the Mono-devel-list
mailing list