[Mono-dev] Problem with Probing Path

Charlie Poole charlie at nunit.com
Tue Nov 11 15:16:52 EST 2008


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





More information about the Mono-devel-list mailing list