Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0103: The name 'literalPrindate' does not exist in the current context

Source Error:


Line 32:         if (!string.IsNullOrEmpty(Request.QueryString["format"]))
Line 33:         {
Line 34:             literalPrindate.Text = "<h3>" + Resources.TestSiteResources.PageTitle + "</h3>   Printed Date: " + System.DateTime.Today.ToLongDateString() + "";
Line 35:             Control HeaderDiv = (Control)this.Master.FindControl("containerMain");
Line 36:             HeaderDiv.Visible = false;

Source File: e:\netdocs\sikenvis\Help.aspx.cs    Line: 34






Version Information: Microsoft .NET Framework Version:2.0.50727.8813; ASP.NET Version:2.0.50727.8762