Rank: Advanced Member
Groups: Registered
Joined: 6/17/2012(UTC) Posts: 507
Thanks: 145 times Was thanked: 66 time(s) in 64 post(s)
|
[v3.24.0.5] (also in earlier versions) VStudio crashes if having the filter combo open while another window steals focus (no solution needs to be opened). Stack trace from event viewer Code:
Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.InvalidOperationException
at System.Linq.Enumerable.First[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](System.Collections.Generic.IEnumerable`1<System.__Canon>, System.Func`2<System.__Canon,Boolean>)
at nCrunch.Client.SelectorExpressions.SelectorExpressionBuilder.ConvertConditionNameToNodeType(System.String)
at nCrunch.Client.SelectorExpressions.SelectorExpressionBuilder.ConditionSelectorChanged(System.Object, System.EventArgs)
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(System.EventArgs)
at System.Windows.Forms.ComboBox.WmReflectCommand(System.Windows.Forms.Message ByRef)
at System.Windows.Forms.ComboBox.WndProc(System.Windows.Forms.Message ByRef)
at System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message ByRef)
at System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message ByRef)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)
|
1 user thanked GreenMoose for this useful post.
|
|