Thanks for the reply Mark. About five minutes before you replied I fixed this.
Everything starts up fine now, but I get the following unhandled exception when I try http://localhost:8080/index.aspx : Process 3820/0xeec created. Warning: couldn't load symbols for c:\windows\microsoft.net\framework\v1.1.4322\ mscorlib.dll Warning: couldn't load symbols for C:\Program Files\Mono-0.25\bin\mcs.exe [thread 0xe60] Thread created. Unable to determine existence of prolog, if any [thread 0xc94] Thread created. [thread 0xe60] Unhandled exception generated: (0x04b5733c) <System.NotSupportedE xception> _className=<null> _exceptionMethod=<null> _exceptionMethodString=<null> _message=(0x04b5c4fc) "The given path's format is not supported." _innerException=<null> _helpURL=<null> _stackTrace=(0x04b5c560) array with dims=[108] _stackTraceString=<null> _remoteStackTraceString=<null> _remoteStackIndex=0x00000000 _HResult=0x80131515 _source=<null> _xptrs=0x00000000 _xcode=0xe0434f4d [00e7] int 3 (cordbg) Could this be a problem with Mono not handling spaces in the path? Is there somewhere else I can find additional debugging information? Thanks, Eric -----Original Message----- From: Mark Gimelfarb [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 12:35 PM To: [EMAIL PROTECTED] Subject: [SPAM] Re: [Mono-list] xsp Win XP mono-0.25 Eric, Even though this is a workaround, here's what you can do to fix this: find monobasepath.bat in c:\windows (on XP that is) find the line that has "set MONO_CFG_DIR=" and change it to be something like this: set MONO_CFG_DIR=C:\Program Files\Mono-0.25\etc That should solve the problem with not being able to read machine.config Mark. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list ********************************************************************** 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
