DevLabs > DevLabs Forums > Pex > Nullreference Exception in Normal Exceptionwindow (While Exploratiation)
Ask a questionAsk a question
 

AnswerNullreference Exception in Normal Exceptionwindow (While Exploratiation)

  • Wednesday, June 17, 2009 12:27 PMAlexander Wurzinger Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi,

    I get sometimes the following Exception, while the Pex Exploratiation is running.

     

    System.NullReferenceException: Object reference not set to an instance of an object.

       at Microsoft.ExtendedReflection.Interpretation.Reduction.Reducer.TryFilterInnerUpdates(Term baseCompound, ITermMap updates, Term index, Term& offset, ITermMap& filteredUpdates)

       at Microsoft.ExtendedReflection.Interpretation.Reduction.Reducer.TryReduceSelect(Term compound, Term index, Term& result)

       at Microsoft.ExtendedReflection.Interpretation.Impl.NormalizingTermManager.Select(Term compound, Term index)

       at Microsoft.ExtendedReflection.Interpretation.States.Impl.State.ReadSzArrayElement(Layout elementLayout, Term array, Term index)

       at Microsoft.ExtendedReflection.Interpretation.Interpreter.InstructionInterpreter.Ldelem(Layout layout, StackWidening widening)

       at Microsoft.ExtendedReflection.Monitoring.ThreadExecutionMonitorBase.Microsoft.ExtendedReflection.Monitoring.IThreadExecutionMonitor.Ldelem_Ref()

       at Microsoft.ExtendedReflection.Monitoring._InstructionsLDELEM.LDELEM_REF()

       at System.Array.$stub$IndexOf(Array , Object , Int32 , Int32 )

       at System.Collections.ArrayList.$stub$IndexOf(Object )

       at System.Windows.Forms.Control.ControlCollection.IndexOf(Control control)

       at System.Windows.Forms.Control.ControlCollection.GetChildIndex(Control child, Boolean throwException)

       at System.Windows.Forms.Control.ControlCollection.GetChildIndex(Control child)

       at System.Windows.Forms.Control.UpdateChildZOrder(Control ctl)

       at System.Windows.Forms.Control.WmCreate(Message& m)

       at System.Windows.Forms.Control.WndProc(Message& m)

       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    •  

Answers

All Replies