vika520 - 2009/9/25 11:37:00
网站更新后,打开文章页面出现错误!
www.gzcaden.com 这要怎么处理啊?? 在线等
Server Error in '/' Application.
filesize Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IndexOutOfRangeException: filesize
Source Error:
| An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
| [IndexOutOfRangeException: filesize] System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName) +1358455 System.Data.OleDb.OleDbDataReader.GetOrdinal(String name) +65 System.Data.OleDb.OleDbDataReader.get_Item(String name) +12 PageAdmin.articleinfo.Get_info() +778 PageAdmin.articleinfo.Page_Load(Object sender, EventArgs e) +313 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061 |
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
pauser - 2009/9/25 13:18:00
我跟你一样!
斑竹帮忙啊!
pauser - 2009/9/25 13:26:00
网站后台,修改文章都不行。
前台,连文章都打不开了。
pauser - 2009/9/25 13:51:00
9月20日:采用ISAPI+配置重写规则方式来支持html的伪静态,提供了程序运行速度,同时增加新ASPX扩展名的URL重写(IIS默认支持),数据库更新运行代码
[复制到剪贴板]
CODE:
alter table information add download_beizhu nvarchar(100);
update information set download_beizhu=filesize;
alter table information drop column filesize;
alter table login alter column loginpass nvarchar(200);
alter table member alter column userpassword nvarchar(200)
:( 运行中出现以下错误:
1:字段 'download_beizhu' 已经存在于表 'information' 中。
2:至少一个参数没有被指定值。
3:在表 'information' 中没有字段 'filesize'。
4:由于表 'login' 正被别的用户或进程使用,数据库引擎无法锁定它。
pfreestar - 2009/9/25 14:24:00
数据库可能没有改好,字段越界了
pauser - 2009/9/25 14:30:00
那该怎么办啊。
pauser - 2009/9/25 15:21:00
兄弟,我在18inter的老师指导下搞定了。
1 你需要把新版本的bing,usercontrol, web.config都覆盖下
2 如果还不行,就把新版本的所有东西(除了database,images,upload三个文件夹以外)全部覆盖下