compiled our custom resource DLL using VS 2008, everything was working fine but recently we moved to VS 2012 and resource dll built with VS 2012, then Failover administrator crashes when we try to modify our property page edit control.
When i dig into our control change implimention, it just does SetModified(TRUE); there it is crashing before coming our of this call. Generally this call is used to enable APPLY button by making bChanged flag true.
If I comment this call, everything was working fine but it is not our expected behavior with out enabling APPLY button...
Do we need any windows update for 2008 server? crash fault module is mfc110u.dll