Compiler Error Message: CS0246

来源:百度知道 编辑:UC知道 时间:2024/06/06 09:59:34
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 'Travelinfo' could not be found (are you missing a using directive or an assembly reference?)

Source Error:

Line 9: using System.Web.UI.WebControls.WebParts;
Line 10: using System.Web.UI.HtmlControls;
Line 11: using Travelinfo.BLL;
Line 12: using Travelinfo.Model;
Line 13:

Source File: d:\TravelInfo\Web\eWeb_travelinfo\Travelinfo\UI\UI_Control\UserLoginControl.ascx.cs Line: 11

编译错误说明:时发生错误汇编的资源提供服务所需的这一请求。请检阅下列特定错误详细信息,并修改您的源代码适当。编译器错误讯息: CS0246 :类型或命名空间名称' Travelinfo '无法找到(是否缺少using指令或大会参考? )源错误: 9号线:使用System.Web.UI.WebControls.WebParts ;第10行:使用System.Web.UI.HtmlControls ;线11条:使用Travelinfo.BLL ;线12条:使用Travelinfo.Model ; 13号线:来源档案: d : \ TravelInfo \网络\ eWeb_travelinfo \ Travelinfo \用户界面\ UI_Control \ UserLoginControl.ascx.cs线: 11