在虚拟主机上安装PageAdmin,所有的步骤,都是按照要求来的,如果数据库类型选择ACCESS,则可以正常安装,但数据库类型选择SQL, 到了最后一步,得到下面的出错提示。 (在这里需要说明下,由于远程服务器的策略限制,根目录的权限是无法修改的,在运行安装程序,所以检测目录权限的时候,在根目录的写入权限那一行,系统提示红叉。)
Invalid object name 'pa_member_type'.
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: Invalid object name 'pa_member_type'.
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 (0x80040e37): Invalid object name 'pa_member_type'.]
System.Data.OleDb.OleDbDataReader.ProcessResults(OleDbHResult hr) +1011918
System.Data.OleDb.OleDbDataReader.NextResult() +421
System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) +235
System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior) +116
System.Data.OleDb.OleDbCommand.ExecuteReader() +6
PageAdmin.Install.Check_DefaultType(OleDbConnection Myconn) +46
PageAdmin.Install.Update_DataBase() +223
PageAdmin.Install.Next_4(Object src, EventArgs e) +13
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