Hello:I am having an issue with a light switch project. The project runs fine on Windows 7 with VS2012, but when we move to windows 8, then app does not function.Basically if we have a search screen, which has a link to open a details screen. If we then close the details screen and then close the search screen we get the message "object not set to an instance of an object".I have run this with all debug exceptions thrown and the message does not change.The same app on windows 7 runs fine.Okay, looks like the problem is related to using a hyperlink to navigate to the detail form from the search grid. The following comes out of the debugger:System.NullReferenceException occurred Message=Object reference not set to an instance of an object. StackTrace: at System.Windows.Controls.DataGrid.EndCellEdit(DataGridEditAction editAction, Boolean exitEditingMode, Boolean keepFocus, Boolean raiseEvents) InnerException:
LightSwitch Release Version
Product Language
Steps to reproduce
Operating System
Operating System Language
Actual results
Expected results
Please wait...