产品使用及交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

安装问题 [复制链接]

1#
完全按照教程操作的
然后浏览器中输入 [url]http://127.0.0.1/v3/e/install/index.aspx[/url]
进入安装页面,点击“安装pageadmin网站管理系统” 然后就报错了,如下:

Server Error in '/v3' 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) +83
   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


请问该如何是好?
分享 转发
TOP
2#

http://127.0.0.1/v3/e/install/index.aspx
网站文件需要直接放在根目录下的,你把你的v3这个目录的文件拿出来直接放在根目录下

然后应该是:http://127.0.0.1/e/install/index.aspx这样来安装
TOP
3#

唉呀 真的如此~~~~感谢感谢~~~
TOP
发新话题 回复该主题