Server Error in '/' Application.

Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.FormatException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[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