Server error when I try to log on sitecore desktop

catanha

New Member
Trying to resolve this since long time. Though i know that there mismatch in the control type, i couldn't resolve. Can anyone help on this?The base class includes the field 'FailureText2', but its type (Sitecore.Web.UI.HtmlControls.Literal) is not compatible with the type of control (System.Web.UI.WebControls.Literal).\[code\]Line 136: </asp:Login>Line 137: <div id="LoginText">Line 138: <asp:Literal ID="FailureText2" runat="server" />Line 139: </div>Line 140: <div id="LoginOptions">\[/code\]I'm using sitecore 6.4Thanks in advance.
 
Top