[FormatException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).]
System.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName, Exception innerException) +4055268
System.Guid.TryParseGuidWithDashes(String guidString, GuidResult& result) +14794275
System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result) +620
System.Guid..ctor(String g) +137
GAP.Logging.SqlErrorLog.GetError(String id) in C:\TFS\Jeff\GAPC\GAP\GAP.Logging\SqlErrorLog.cs:348
[ArgumentException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
Parameter name: id]
GAP.Logging.SqlErrorLog.GetError(String id) in C:\TFS\Jeff\GAPC\GAP\GAP.Logging\SqlErrorLog.cs:352
GAP.Logging.ErrorHtmlPage.Render(HtmlTextWriter writer) in C:\TFS\Jeff\GAPC\GAP\GAP.Logging\ErrorHtmlPage.cs:34
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +8817
|