El vie, 14-11-2003 a las 01:31, Joseph Kong escribi�: > Dear Mono team, > I wrote a simple test program and successfully > compiled it to "mytest.dll" Then, I tried to execute > it by doing the following: nunit-console mytest.dll > > > And, I obtained the following msg: > NUnit version 2.0.9 > Copyright (C) 2002 James W. Newkirk, Michael C. Two, > Alexei A. Vorontsov. > Copyright (C) 2000-2002 Philip Craig. > All Rights Reserved. > > ** (/usr/bin/nunit-console:1217): WARNING **: Failed > to load function xsltSaveResultToString from xslt > > ** (/usr/bin/nunit-console:1217): WARNING **: Failed > to load function xsltSaveResultToString from xslt > > Unhandled Exception: System.MissingMethodException: A > missing method exception has occurred.
You need to have libxslt installed or set the MONO_MANAGED_XSLT environment variable to 'true'. -Gonzalo _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
