[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.ErrorDetailPage.OnLoad(EventArgs e) in C:\TFS\Jeff\GAPC\GAP\GAP.Logging\ErrorDetailPage.cs:37
System.Web.UI.Control.LoadRecursive() +68
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3811
|