我使用服务器自带的“进入示例数据库”,如图所示
点击“明细 进度 重做 撤销 ”均能正常显示
点击打开的时候出现错误信息:
Server Error in '/ESWeb' Application.
--------------------------------------------------------------------------------
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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:
[NullReferenceException: Object reference not set to an instance of an object.]
ESWeb.Appfunc.main1.eValGrid(Boolean eval, Boolean reRender, Boolean initData) +1110
ESWeb.Appfunc.main1.Page_Load(Object sender, EventArgs e) +12834
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
请问这是什么原因?
使用勤哲自带的客户端打开正常
[ 本帖最后由零位空间论坛 tt1tt2 于 2008-3-9 16:26 编辑 ]