注册 登录
编程论坛 ASP.NET技术论坛

程序运行错误问题(大家指教)

bolasky 发布于 2007-08-30 09:55, 460 次点击

自己用VS2005做了一套后台程序,在本机上运行(不论是IIS还是在VS2005)都正常,可是打包发给别人后,出现错误
自己弄了 很久,解决不了,大家帮忙,谢谢


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 'ToEmpire' 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 ToEmpire.Data;
Line 12: using ToEmpire.Web;
Line 13:

Source File: d:\web\boya\manage\Login.aspx.cs Line: 11

1 回复
#2
梦灵儿2007-08-31 19:11
怎么全是英文的?难道就没中文的出错的。
1