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

Source Error:


Line 53: 		
Line 54: 		
Line 55: 			string sql = "select P.name, P.ImageFileNameOverride, P.setitle, P.sedescription, P.sekeywords, P.StaticPage, P.UpgradeItems, P.UpsellProducts, PV.Price, PV.SalePrice from Product P " + DB.GetNoLock() + "  inner join ProductVariant PV on P.ProductID = PV.ProductID where P.ProductID = '" + ProductID + "'";
Line 56:             IDataReader product = DB.GetRS(sql);
Line 57: 			

Source File: e:\web\presentationpro.com\powerdesigns_animatedtemplates_formac.aspx.cs    Line: 55





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