U
UMAN
I am trying to use ChangeXml and i am getting GeneralUnhandledException. I
am using the PROJ_UID and TASK_UID and they are correct, so i am not sure why
i might be getting this. Here is my code: Does anyone have any ideas???
StringBuilder changeXml = new StringBuilder();
changeXml.AppendFormat("<Changes><Proj ID=\"{0}\">",
pGuid.ToString());
changeXml.AppendFormat("<Assn ID=\"{0}\">", tGuid.ToString());
string pidPctWorkComplete =
PSLibrary.AssnConstID.s_apid_pct_wrk_complete.ToString(System.Globalization.CultureInfo.InvariantCulture);
changeXml.AppendFormat("<Change PID=\"{0}\">{1}</Change>",
pidPctWorkComplete, "50");
changeXml.Append("</Assn></Proj></Changes>");
statusingSvc.UpdateStatus(changeXml.ToString());
am using the PROJ_UID and TASK_UID and they are correct, so i am not sure why
i might be getting this. Here is my code: Does anyone have any ideas???
StringBuilder changeXml = new StringBuilder();
changeXml.AppendFormat("<Changes><Proj ID=\"{0}\">",
pGuid.ToString());
changeXml.AppendFormat("<Assn ID=\"{0}\">", tGuid.ToString());
string pidPctWorkComplete =
PSLibrary.AssnConstID.s_apid_pct_wrk_complete.ToString(System.Globalization.CultureInfo.InvariantCulture);
changeXml.AppendFormat("<Change PID=\"{0}\">{1}</Change>",
pidPctWorkComplete, "50");
changeXml.Append("</Assn></Proj></Changes>");
statusingSvc.UpdateStatus(changeXml.ToString());