Is there a way to get useful information out of VS when XAML throws a NullReferenceException? Right now, I am looking at the following:
Message "System.NullReferenceException: Object reference not set to an instance of an object.
at XamlInspector.Model.XamlElement..ctor(FrameworkElement element, XamlElement parent, Int32 nestingLevel)
at XamlInspector.Model.XamlElement.<Refresh>b__10(FrameworkElement e)
at XamlInspector.Foundation.EnumerableExtensions.ForEach[T](IEnumerable`1 enumeration, Action`1 action)
at XamlInspector.Model.XamlElement.Refresh()
at XamlInspector.Model.XamlElement.get_Children()
at XamlInspector.Model.Xaml" string
As far as I can tell, it does not tell me what object had a null reference, what file generated the exception, or give me a call stack other than the exception handler. Is there a way to get some useful information from VS?