标题:程序运行错误问题(大家指教)
只看楼主
bolasky
Rank: 1
等 级:新手上路
帖 子:12
专家分:0
注 册:2007-1-23
 问题点数:0 回复次数:1 
程序运行错误问题(大家指教)

自己用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

搜索更多相关主题的帖子: 指教 运行 
2007-08-30 09:55
梦灵儿
Rank: 3Rank: 3
等 级:新手上路
威 望:8
帖 子:260
专家分:9
注 册:2007-8-7
得分:0 
怎么全是英文的?难道就没中文的出错的。

2007-08-31 19:11



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-166423-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.582843 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved