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:


Line 6:  
Line 7:      Protected Sub Page_LoadComplete(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.LoadComplete
Line 8:          If DefaultElement.mySkin.Settings.elementName = "sFlip" Then
Line 9:              'If Lang() = "it" Then
Line 10:             '    LiteralUrl.Text = "https://" & HttpContext.Current.Request.Url.Host & HttpContext.Current.Request.ApplicationPath & "/it-it/immagini/FlipAtOnce/" & DefaultElement.BodyText & "/index.html"

Source File: h:\root\home\panostz-001\www\edilingua-it\it-it\Flip.aspx.vb    Line: 8

Stack Trace:


[FormatException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).]
   System.Guid..ctor(String g) +514
   HI.WebBuilder.UI.BasePage.get_DefaultElement() +670
   it_it_Flip.Page_LoadComplete(Object sender, EventArgs e) in h:\root\home\panostz-001\www\edilingua-it\it-it\Flip.aspx.vb:8
   System.Web.UI.Page.OnLoadComplete(EventArgs e) +8804482
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +735


Version Information: Microsoft .NET Framework Version:2.0.50727.9174; ASP.NET Version:2.0.50727.9175