Re: Errors on Stress Test

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Shabam (chalupa_at_yomama-nospam.com)
Date: 03/13/05


Date: Sun, 13 Mar 2005 04:10:12 -0800

I'm getting this error also when load testing:

Server Error in '/' Application.
----------------------------------------------------------------------------

----
Value cannot be null. Parameter name: container
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: container
Source Error:
An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.
Stack Trace:
[ArgumentNullException: Value cannot be null.
Parameter name: container]
   System.Web.UI.DataBinder.GetPropertyValue(Object container, String
propName) +186
   System.Web.UI.DataBinder.GetPropertyValue(Object container, String
propName, String format) +11
   System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) +403
   System.Web.UI.Control.DataBind() +26
   FN.advancedsearch.populateListcontrols()
   FN.advancedsearch.Page_Load(Object sender, EventArgs e)
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +750


Relevant Pages

  • Re: Why keep identity-based equality comparison?
    ... >> equality operator for Py3K, ... exception the same as the two elements not being equal. ... class which originally raised an exception when comparing values ... is just meaningless and using such an object in a container ...
    (comp.lang.python)
  • Re: Why keep identity-based equality comparison?
    ... >>> of different types throw an exception by default or none does. ... It presumes that all operators of all types either always ... > order in finding an element from a container. ... able to override the order function for some specific method (and ...
    (comp.lang.python)
  • Re: Why keep identity-based equality comparison?
    ... >> don't have the same type, you'll get an exception and terminate the ... Remember the thread about the Enum ... > class which originally raised an exception when comparing values ... > is just meaningless and using such an object in a container ...
    (comp.lang.python)
  • Re: begin() for a container
    ... > Just in case anyone's thinking beginrequires a non-empty container, ... Statement 1 is okay regardless of whether container is empty or not. ... What I am concentrating is just statement types like 1 - can an exception ...
    (microsoft.public.vc.stl)
  • Re: Errors on Stress Test
    ... Parameter name: container ... Exception Details: System.ArgumentNullException: Value cannot be null. ... An unhandled exception was generated during the execution of the current web ... System.Web.UI.DataBinder.GetPropertyValue(Object container, String ...
    (microsoft.public.dotnet.framework.performance)