产品使用及交流论坛

首页 » 产品使用交流区 » 安装及使用交流 » 求助:大多都可能会遇到Server Error in '/' Application
yake8888 - 2011/9/25 10:38:00
我们在<<Pageadmin安装IIS配置图解教程>>发现有9#/16#/21#/24#/53#/56#/66#83#/93#.......都出现了这种情况!笔者同样不幸,在第二次安装时也遇到了,请高手帮助:
Server Error in '/' 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.Update_Config() +184
   PageAdmin.Install.Next_2(Object src, EventArgs e) +10
   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102
cwwqsz - 2011/9/26 1:43:00
这个有点复杂,还没遇到过
独霸天下 - 2011/9/28 11:05:00
我的好几个网站都出了同样的问题了
1
查看完整版本: 求助:大多都可能会遇到Server Error in '/' Application