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 'scBLL' could not be found (are you missing a using directive or an assembly reference?)Source Error:Line 11: using System.Web.UI.WebControls.WebParts;
Line 12: using System.Xml.Linq;
Line 13: using scBLL;
Line 14: 
Line 15: public partial class Admin_ProductManage : System.Web.UI.Page
Source File: d:\virtualhost\web403056\www\Admin\ProductManage.aspx.cs    Line: 13为什么在服务器上找不到“scBLL”呢,我添加了引用而且在本地运行正常的