I just compiled xsp with mcs on Windows XP. I get the following output when trying to run the server:
C:\xsp\server>mcs /out:server.exe /r:System.Web.dll AssemblyInfo.cs IApplication Host.cs XSPApplicationHost.cs MonoWorkerRequest.cs XSPWorkerRequest.cs Tracing.cs server.cs Compilation succeeded C:\xsp\server>mono server.exe ** Warning **: cannot find "C:\Program Files\Mono-0.25\etc\mono"\mono\machine.co nfig Trying to load app config file... Listening on port: 8080 Listening on address: 0.0.0.0 Root directory: C:\xsp\server Virtual directory: / I typed set and this is set: MONO_CFG_DIR="C:\Program Files\Mono-0.25\etc\mono" This is not set in my environment variables, is mono setting this at run time? It seems the quotation marks are causing problems. Also, an extra mono seems to be added to the directory path. Notice etc\mono"\mono\. Thanks for any help in resolving this, Eric ********************************************************************** The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please re-send this communication to the sender and delete the original message or any copy of it from your computer system. Thank You. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
