Project Server 2010 Migration. VBA code migrated to C# VSTO.
In the App_BeforeSave event we have the following code:
thisApplication.ActiveProject.StatusDate alwayas remains null although in Project Professional 2010 there is a date filled in.
(thisApplication is initialized with Application object in the ThisAddIn_Startup event)
How come?