/var/www/mvctest$ xsp4 --port 8099 From: Martin Thwaites [mailto:[email protected]] Sent: Tuesday, August 20, 2013 12:08 PM To: Joey Gennari Cc: [email protected] Subject: Re: [Mono-list] XSP - Could not load file or assembly xsp4
How are you starting xsp? On Aug 20, 2013 4:57 PM, "Joey Gennari" <[email protected]> wrote: I'm on a VPS running Ubuntu 12.10 x64. I've compiled mono from source using the 3.2.1 tag and XSP using the 3.0.11 (and 3.0) tag. When I start a XSP4 server I get the following error: Handling exception type FileNotFoundException Message is Could not load file or assembly 'xsp4, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies. The system cannot find the file specified. IsTerminating is set to True System.IO.FileNotFoundException: Could not load file or assembly 'xsp4, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies. The system cannot find the file specified. File name: 'xsp4, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' at (wrapper xdomain-invoke) System.AppDomain:CreateInstanceAndUnwrap (string,string) at (wrapper remoting-invoke-with-check) System.AppDomain:CreateInstanceAndUnwrap (string,string) at Mono.WebServer.XSP.Server.RealMain (System.String[] args, Boolean root, IApplicationHost ext_apphost, Boolean quiet) [0x00000] in <filename unknown>:0 at Mono.WebServer.XSP.Server.Main (System.String[] args) [0x00000] in <filename unknown>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'xsp4, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies. The system cannot find the file specified. File name: 'xsp4, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' at (wrapper xdomain-invoke) System.AppDomain:CreateInstanceAndUnwrap (string,string) at (wrapper remoting-invoke-with-check) System.AppDomain:CreateInstanceAndUnwrap (string,string) at Mono.WebServer.XSP.Server.RealMain (System.String[] args, Boolean root, IApplicationHost ext_apphost, Boolean quiet) [0x00000] in <filename unknown>:0 at Mono.WebServer.XSP.Server.Main (System.String[] args) [0x00000] in <filename unknown>:0 As far as I can tell XSP is in the GAC: # find / -name xsp4.exe /usr/local/lib/mono/4.5/xsp4.exe /usr/local/lib/mono/gac/xsp4/3.0.0.0__0738eb9f132ed756/xsp4.exe /usr/local/lib/mono/gac/xsp4/2.11.0.0__0738eb9f132ed756/xsp4.exe Any idea how to solve the problem? If this is better served on another list, please let me know. ~ Joey _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
