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@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to