Thanks, it does work on Windows, and (strangely) after restarting Apache it now works (partly) on Linux. Should we be restarting mod-mono / apache whenever a web app is updated? Also, is it best to debug using xsp, or can we debug using mod-mono??

Thanks again.

Gonzalo Paniagua Javier wrote:
El mar, 30-09-2003 a las 10:53, Mark Furniss escribi�:

Dear Gonzalo and fellow list gurus,

Thanks for your help. I have now managed to get a simple "hello world" application to run fine having copied the dll's to server/test/bin. However, when I try to run a more complicated application (multiple assemblies) I receive the following error (see below). Any ideas??

Thanks
Mark

Error in '/' Application
Error
Description: Error processing request.

Error Message:

Stack Trace:

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: A null value was found where an object instance was required
in <0x00075> 00 MCGGraphics.Utilities.ErrorUtils.ErrorUtilities:SetErrorLogPath (string)


Does that work on windows? If so, compile that assembly with mcs -g (to
generate debug info) and run xsp like 'mono --debug xsp.exe ......' that
will tell you the line number where the exception is thrown.

-Gonzalo


_______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security
service working around the clock, around the globe, visit
http://www.messagelabs.com
________________________________________________________________________



________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security
service working around the clock, around the globe, visit
http://www.messagelabs.com
________________________________________________________________________
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to