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 'InitializeData' does not exist in the current context

Source Error:


Line 34: //	TS_PageLoad(); //do common things, LogVisit etc...
Line 35: 
Line 36: 	InitializeData(); //init functions
Line 37: 	m_sCompanyCheck = GetSiteSettings("company_registered_name",""+  FormsAuthentication.HashPasswordForStoringInConfigFile(m_sCompanyTitle, "md5") +"", true).ToString(); 
Line 38: 	m_bSystemActivated = MyBooleanParse(GetSiteSettings("set_eznz_system_activation", "1", true));

Source File: d:\html\webhost\yellowprice\cs\loginpub.cs    Line: 36







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