Hello everybody.
I have a website and i wanted to replace - with a space for the url in the navigation XSLT and after that somehow the guid might have been changed, because the whole website have a big error: "Unrecognized Guid format". I have tried to see in the database and the node guid looks alright and i have even tried to change it...
If i remove the xslt the same bug is there.
I have tried to clear cache..
The website WORKS without any problems in PREVIEW mode.
So it realy doesn't make any sense at all.
Stack trace:
[FormatException: Unrecognized Guid format.]
System.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName, Exception innerException) +4772444
System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result) +138
System.Guid..ctor(String g) +247
umbraco.presentation.UmbracoContext.GetXml() +191
umbraco.UmbracoDefault.Page_PreInit(Object sender, EventArgs e) +1179
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Page.PerformPreInit() +49
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1844
Unhandled Execution Error:
Unrecognized Guid format.
at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName, Exception innerException)
at System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result)
at System.Guid..ctor(String g)
at umbraco.presentation.UmbracoContext.GetXml()
at umbraco.UmbracoDefault.Page_PreInit(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Page.PerformPreInit()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
thanks for any help.