Guest User

Untitled

a guest
Dec 11th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.FormatException: Unrecognized Guid format.
  2. at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName, Exception innerException)
  3. at System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result)
  4. at System.Guid..ctor(String g)
  5. at Microsoft.SharePoint.Publishing.Internal.WebControls.ObjectSerializer.GetIdsFromSerializedId(String serializedId, Guid& listId, Guid& webId)
  6. at Microsoft.Office.RecordsManagement.Reporting.ApplicationPages.AuditCustomQuery.GetListFromControls(Guid& webId, Guid& listId)
  7. at Microsoft... 186ccc9d-94fa-c0d2-61b8-572bc8ed8963
  8. ....Office.RecordsManagement.Reporting.ApplicationPages.AuditCustomQuery.GetQueryFromControls(Hashtable htResult)
  9. at Microsoft.Office.RecordsManagement.Reporting.ApplicationPages.AuditCustomQuery.get_Query()
  10. at Microsoft.Office.RecordsManagement.Reporting.ApplicationPages.CustomizeReport.OKBtn_Click(Object sender, EventArgs e)
  11. at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
  12. at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
  13. at System.Web.UI.Page.HandleError(Exception e)
  14. at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
  15. at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean in...186ccc9d-94fa-c0d2-61b8-572bc8ed8963
  16. ...cludeStagesAfterAsyncPoint)
  17. at System.Web.UI.Page.ProcessRequest()
  18. at System.Web.UI.Page.ProcessRequest(HttpContext context)
  19. at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
  20. at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) 186ccc9d-94fa-c0d2-61b8-572bc8ed8963
  21.  
  22. Application error when access /_layouts/15/CustomizeReport.aspx, Error=Unrecognized Guid format.
  23.  
  24. Name=Request (GET:https://cs.valent.com:443/_layouts/15/CustomizeReport.aspx?ReportId=f43c916f-4450-4737-b889-8078c9826841&Category=Auditing)
Add Comment
Please, Sign In to add comment