[Mono-dev] Re: framework for system.web tests committed

Chris Toshok toshok at ximian.com
Mon May 8 16:07:24 EDT 2006


Without line numbers I can't be absolutely sure, but I'm guessing it's
because there's a null HttpContext.

I don't get the stack trace you get, although I do get one that seems to
be caused by the same problem:


Tick caught an exception that has not been propagated:
System.ArgumentNullException: null key
Parameter name: key
in <0x0017a> System.Collections.Hashtable:get_Item (System.Object key)
in <0x00011> System.Collections.Hashtable+SyncHashtable:get_Item (System.Object key)
in <0x0003b> System.Web.TimeoutManager:Remove (System.Web.HttpContext context)
in <0x0008b> System.Web.HttpApplication:PostDone ()
in <0x00194> System.Web.HttpApplication:PipelineDone ()
in <0x0253a> System.Web.HttpApplication+<Pipeline>__2:MoveNext ()
in <0x0001f> System.Web.HttpApplication:Tick ()

Chris

On Mon, 2006-05-08 at 09:19 -0700, Andrew Skiba wrote:
> Hi Chris.
> 
> I committed it to sys.web/Tests/mainsoft/NunitWeb. There you will see
> new functionality like aspx and master page support. There is a
> primitive Makefile to build and run some sample tests with
> nunit-console2. However, I have some problem with aspx compilation on
> mono. I attach the exception stack trace to this message in case you
> will not be able to run tests. Can you give me a hint what can be a
> possible reason for this problem?
> 
> Thank you.
> Andrew.
> 



More information about the Mono-devel-list mailing list