Viewing an event throws Guid error.

Posted by Community Admin on 04-Aug-2018 02:19

Viewing an event throws Guid error.

All Replies

Posted by Community Admin on 01-Apr-2016 00:00

Hello,

Everything worked fine until today. When opening the event page, below error comes up. Any idea?

Thanks,

Brew

 

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) +4608068 System.Guid.TryParseGuidWithDashes(String guidString, GuidResult& result) +14364093 System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result) +595 System.Guid..ctor(String g) +247 EventsRegistration.FormsControlCustom.InitializeControls(GenericContainer container) +1393 Telerik.Sitefinity.Web.UI.SimpleView.CreateChildControls() +88 System.Web.UI.Control.EnsureChildControls() +189 System.Web.UI.Control.PreRenderRecursiveInternal() +60 System.Web.UI.Control.PreRenderRecursiveInternal() +222 System.Web.UI.Control.PreRenderRecursiveInternal() +222 System.Web.UI.Control.PreRenderRecursiveInternal() +222 System.Web.UI.Control.PreRenderRecursiveInternal() +222 System.Web.UI.Control.PreRenderRecursiveInternal() +222 System.Web.UI.Control.PreRenderRecursiveInternal() +222 System.Web.UI.Control.PreRenderRecursiveInternal() +222 System.Web.UI.Control.PreRenderRecursiveInternal() +222 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4297
 
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34248

Posted by Community Admin on 05-Apr-2016 00:00

Hi,

Is this when opening an existing event ? Did anything change from the last time you opened it ? 
Or are you creating a new event ? 
Sometimes a parsing error like this can be caused by a faulty user input, in a meta field for example.
Are you using a custom control/widget ? 

You seem to be using Sitefinity v.9, did you upgrade your project or created it in v.9 ? 
If it was upgraded, did it run successfully after that ? What changed that you suddenly get this error now ? 
Are you getting any other errors? 

What you can do is first delete the files under ~/App_Data/Sitefinity/Logs and reproduce the issue. This way only the error messages related to the issue will be logged in the files and you could attach the logs to this thread as they may have some more information.

 

Regards,
Dimitri Cools
Telerik
 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed