4 years ago
#197 Quote
We are seeing this error on a Windows 2012 IIS box:

Log Name:      Application
Source:        ASP.NET 4.0.30319.0
Date:          05/11/2019 19:12:40
Event ID:      1309
Task Category: Web Event
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      %computername%.domain.local
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 11/5/2019 7:12:40 PM
Event time (UTC): 11/5/2019 7:12:40 PM
Event ID: f0dab90035a540949ee50fdf21340ad2
Event sequence: 2318
Event occurrence: 6
Event detail code: 0

Application information:
    Application domain: /LM/W3SVC/34/ROOT-1-132174019367596573
    Trust level: Full
    Application Virtual Path: /
    Application Path: %systemdrive%\path
    Machine name: %computername%

Process information:
    Process ID: 10768
    Process name: w3wp.exe
    Account name: IIS APPPOOL\apppool

Exception information:
    Exception type: FormatException
    Exception message: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
   at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName, Exception innerException)
   at System.Guid.TryParseGuidWithDashes(String guidString, GuidResult& result)
   at System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result)
   at System.Guid..ctor(String g)
   at _default.DisplayCategories() in C:\rtur\src\github\BlogEngine.NET\BlogEngine\BlogEngine.NET\default.aspx.cs:line 227
   at _default.Page_Load(Object sender, EventArgs e) in C:\rtur\src\github\BlogEngine.NET\BlogEngine\BlogEngine.NET\default.aspx.cs:line 30
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at BlogEngine.Core.Web.Controls.BlogBasePage.OnLoad(EventArgs e) in C:\rtur\src\github\BlogEngine.NET\BlogEngine\BlogEngine.Core\Web\Controls\BlogBasePage.cs:line 140
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)



Request information:
    Request URL: https://www.site.com:443/default.aspx?id=ffcedfb5-8501-493d-b37b-a0c54515e7e0&id=ffcedfb5-8501-493d-b37b-a0c54515e7e0
    Request path: /default.aspx
    User host address: 174.127.90.41
    User:  
    Is authenticated: False
    Authentication Type: BlogEngine.NET Custom Identity
    Thread account name: IIS APPPOOL\apppool

Thread information:
    Thread ID: 348
    Thread account name: IIS APPPOOL\apppool
    Is impersonating: False
    Stack trace:    at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName, Exception innerException)
   at System.Guid.TryParseGuidWithDashes(String guidString, GuidResult& result)
   at System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result)
   at System.Guid..ctor(String g)
   at _default.DisplayCategories() in C:\rtur\src\github\BlogEngine.NET\BlogEngine\BlogEngine.NET\default.aspx.cs:line 227
   at _default.Page_Load(Object sender, EventArgs e) in C:\rtur\src\github\BlogEngine.NET\BlogEngine\BlogEngine.NET\default.aspx.cs:line 30
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at BlogEngine.Core.Web.Controls.BlogBasePage.OnLoad(EventArgs e) in C:\rtur\src\github\BlogEngine.NET\BlogEngine\BlogEngine.Core\Web\Controls\BlogBasePage.cs:line 140
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


Custom event details:

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="ASP.NET 4.0.30319.0" />
    <EventID Qualifiers="32768">1309</EventID>
    <Level>3</Level>
    <Task>3</Task>
    <Keywords>0x80000000000000</Keyw
0