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: CS0234: The type or namespace name 'DBHelper' does not exist in the namespace 'TanayF' (are you missing an assembly reference?)

Source Error:


Line 16: 			DDL_Brands.DataBind();
Line 17: 
Line 18: 			DDL_Designs.DataSource = TanayF.DBHelper.ExecuteQuery("SELECT DesignItemID, DesignName_1 FROM DesignItems WHERE Not ParentID=0 AND Active='True'");
Line 19: 			DDL_Designs.DataTextField = "DesignName_1";
Line 20: 			DDL_Designs.DataValueField = "DesignItemID";

Source File: d:\WEB\Tanay.net\Lib\UC\Web_ProductSearch_TR.ascx.cs    Line: 18






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