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: CS0246: The type or namespace name 'LogWriter' could not be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 15:     protected void Page_Load(object sender, EventArgs e)
Line 16:     {
Line 17:         LogWriter myLogWriter = new LogWriter(Convert.ToString(Request.UserHostAddress),
Line 18:         Convert.ToString(Request.Browser.Type), Convert.ToString(Request.UrlReferrer),
Line 19:         Convert.ToString(Request.Url));

Source File: d:\hosting\smparish\ministries_services\scouting\jr_girl_scouts.aspx.cs    Line: 17






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