> Unhandled Exception: System.NullReferenceException: Object reference not > set to an instance of an object > in <0x001c6> WebPageFetchSpace.GetWebPageClass:GetWebPage > () > in <0x0007b> WebPageFetchSpace.GetWebPageClass:Run ()
There's not much anyone can do with that trace, especially as we don't have the source. If you compile with debug symbols (mcs -debug) and run with debugging support (mono --debug) you'll get line numbers, and will be able to find out what operation is causing that exception. Michael _______________________________________________ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list