Hi
In VisualGDB ver. 5.4R12 (Build 3242) i get this error in my projects (Also in one where it used to work) when I try to open the Raw terminal page:
System.NullReferenceException: Object reference not set to an instance of an object.
at s.a.o()
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Linq.Buffer1..ctor(IEnumerable
1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at an2.g()
at VisualGDB.Common_GUI.WPF.Property_pages.RawTerminalSettingsPage.ControllerImpl..ctor(RawTerminalSettingsPage page)
at VisualGDB.Common_GUI.WPF.Property_pages.RawTerminalSettingsPage..ctor()
at VisualGDB.Common_GUI.WPF.Property_pages.RawTerminalSettingsPage.Stub.CreatePropertyPage(t4 newProjectContext, yq1 ctx2)
at VisualGDB.Common_GUI.Configuration_editors.ProjectPropertiesEditModel.e1.CreatePageIfMissing(t4 d, nk c, ProjectPropertiesEditModel b, yq1 a)
at VisualGDB.Common_GUI.Configuration_editors.ProjectPropertiesEditModel.x1(IOnDemandPropertyPage a)
Any ideas?
-
This topic was modified 5 years, 2 months ago by support. Reason: formatting