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: CS0117: 'EmailString' does not contain a definition for 'Registration'

Source Error:


Line 178:        string stremailcc = WebConfigurationManager.AppSettings["ccmail"];
Line 179:        //message = SQLDataAccess.GetHtml("contactus1.htm", arr);
Line 180:        message = EmailString.Registration.ToString();
Line 181:        message = EmailString.getHTML(message, arr);
Line 182:        Boolean iSt = SQLDataAccess.SendContactUsMail(stremailFrom, "microtek.ac.in", strEmailTo, "New Registration Query", message, stremailcc);

Source File: g:\pleskvhosts\svsvm.org\microtek.ac.in\Registration.aspx.cs    Line: 180






Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0