I have successfully created a new Line feature. Everything works fine in ArcGIS (Editor) 10 and ArcPad 10. I posted the mxd file to ArcSDE server. Everything works with the new line except the Map Identify in ArcSDE. When the user selects Map Identify then clicks on the new line feature it throws:
Application Error
Page_Error
Input string was not in a correct format.
Application Error at System.Text.StringBuilder.FormatError() at System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args) at System.String.Format(IFormatProvider provider, String format, Object[] args) at ESRI.ArcGIS.ADF.Web.UI.WebControls.MapIdentify.PointIdentify(Map map, Point mapPoint) at ESRI.ArcGIS.ADF.Web.UI.WebControls.MapIdentify.GetCallbackResult() at ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
It's so strange that I can create, edit, and view the new line in ArcSDE except this one error.
Thank you for any help,