[Mono-list] FlexWiki FileNotFoundException

Likai Liu liulk@cs.bu.edu
Tue, 2 Nov 2004 18:20:20 -0500


So, monodis --assemblyref FlexWiki.Web.Services.dll tells me to find 
nunit.framework.dll, but I have NUnit.Framework.dll. After fixing this, 
it works.

Thanks.

liulk

On Nov 2, 2004, at 6:02 PM, Gonzalo Paniagua Javier wrote:

> Can you tell us the command line you're using to run xsp and the
> directory where it is running? Also make sure that all assemblies
> referenced by FlexWiki.Web.Services.dll (you can check it by running
> monodis --assemblyref) are either installed in the GAC or in bin
> directory.
>
> -Gonzalo