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

Source Error:


Line 354:        public static int GetQueryInt(string strName, int defValue)
Line 355:        {
Line 356:            return Utils.StrToInt(HttpContext.Current.Request.QueryString[strName], defValue);
Line 357:        }
Line 358:

Source File: e:\www\host207061429\wwwroot\App_Code\EKRequest.cs    Line: 356






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