[FormatException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).]
System.Guid.TryParseGuidWithDashes(String guidString, GuidResult& result) +856
System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result) +639
System.Guid..ctor(String g) +143
Elmah.SqlErrorLog.GetError(String id) +78
[ArgumentException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
Parameter name: id]
Elmah.SqlErrorLog.GetError(String id) +166
Elmah.ErrorDetailPage.OnLoad(EventArgs e) +102
System.Web.UI.Control.LoadRecursive() +130
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2862
|