[Mono-list] FlexWiki FileNotFoundException

Gonzalo Paniagua Javier reply.to.the.list.iam.suscribed@notexists.ximian.com
Tue, 02 Nov 2004 16:02:48 -0700


On Tue, 2004-11-02 at 01:06 -0500, Likai Liu wrote:
> I obtained a copy of FlexWiki from http://www.go-mono.com/ports/, and I  
> try to setup XSP to run it, under the /flexwiki alias. However, I get  
> the following error:
> 
> --------
> Server error in '/flexwiki' application
> Description: Error processing request.
> 
> Error Message: HTTP 500.
> 
> Stack Trace:
> 
> System.IO.FileNotFoundException: File  
> '/var/httpd/mono-aspnet/flexwiki/bin/FlexWiki.Web.Services.dll' not  
> found.
[...]
> The strange thing is that I made sure the case is correct, and the file  
> permission is fine. Tested with a 'cat' in the user that xsp is running  
> with, given the full path copied from the error message. That doesn't  
> seem to be the problem. I am confused. Please help.

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



> Likai Liu
> 
> ps. Please cc to me, since I am not subscribed to the list.