产品使用及交流论坛

首页 » 产品使用交流区 » 安装及使用交流 » 本地调试没有问题,上传后报错,怎么回事?
vlq2599 - 2013/7/18 15:16:00
报错内容:
Server Error in '/2013' 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.]
   PageAdmin.Install.Next_1(Object src, EventArgs e) +86
   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565

Version Information: Microsoft .NET Framework Version:2.0.50727.3643; ASP.NET Version:2.0.50727.3634
xiyou - 2013/7/18 15:33:25
应该文件没有上传完整导致的。
vlq2599 - 2013/7/18 19:43:45
[b]回复 [url=http://bbs.pageadmin.net/showtopic-25453.aspx#88934]2楼[color=Olive]xiyou[/color]的帖子[/url][/b]

重新上传了一下,还是这样啊
Amazing - 2013/7/19 8:54:29
看你你虚拟主机是否支持.net
vlq2599 - 2013/7/19 13:36:10
[b]回复 [url=http://bbs.pageadmin.net/showtopic-25453.aspx#88956]4楼[color=Olive]Amazing[/color]的帖子[/url][/b]

支持.net,版本是2.0
1
查看完整版本: 本地调试没有问题,上传后报错,怎么回事?