El s�b, 20-09-2003 a las 05:33, Francisco Figueiredo Jr. escribi�:
> Hi all.
> 
> I'm trying to use nunit2.0 from mcs/nunit20 dir with Mono, but I'm 
> having problems....
> 
> This is the stack trace I get when executing mono --debug 
> nunit-console.exe passing my NpgsqlTests.dll nunit2.0 tests file:
> 
> mono --debug `which nunit-console.exe` NpgsqlTests.dll
> load my NpgsqlTests test suite class and throws this exception.

NUnit uses Assembly.Load. That means that you have the assembly you want
to run must be in your MONO_PATH, ie, in your case,
MONO_PATH=.:$MONO_PATH

-Gonzalo


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to