产品使用及交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

至少一个参数没有被指定值 [复制链接]

1#
Server Error in '/' Application. 至少一个参数没有被指定值。 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.Data.OleDb.OleDbException: 至少一个参数没有被指定值。

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:

[OleDbException (0x80040e10): 至少一个参数没有被指定值。]   System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) +267   System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) +192   System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) +48   System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) +106   System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior) +111   System.Data.OleDb.OleDbCommand.ExecuteReader() +6   PageAdmin.web_top.GetZdy() +217   PageAdmin.web_top.Page_Load(Object sender, EventArgs e) +238   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.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061

请问是那里的问题?
分享 转发
TOP
2#

什么操作出现这个错误?
TOP
3#

我也出现这个问题
TOP
4#

我是用了旧版的数据库出现这种情况的。
TOP
5#

问个问题也不说清楚什么操作引起的 叫别人怎么回答
TOP
6#

TOP
7#

回复 6# usepa 的帖子

你好,我是设置了图片列表之后出现的,不知道是为什么?就是有一个模块是横向显示图片的,然后我把它的文章来源设置改了一下,就出现了上面的代码?您知道的话就告诉我吧,我qq83444017,你可以直接发邮件给我的,谢谢。知道的筒子们也帮帮忙
TOP
8#

我感觉PA还是不稳定,我也出现了这个问题,是2010324版本的,后续跟新了下,首页一打开就出现这个问题
TOP
9#

出现这个问题是因为更新时候只覆盖文件,而没有在网站后台运行升级需要的SQL,PA有时候增加局部功能会增加一些字段,你不运行SQL,数据库就没有这些字段,所以出错
TOP
10#



我也遇到同样的问题。
在SQL里面运行这些代码就可以了
alter  table template add  starthtml ntext,endhtml ntext,iswrap int default 0;
alter  table webset  add  zdy_banner ntext;
alter table template add ismarquee int default 0,template_height int default 150;
TOP
11#

至少一个参数没有被指定值
TOP
发新话题 回复该主题