Installation Error - Need Help
Posted: Fri Jan 09, 2009 10:47 am
I'm trying to install the latest AbleCommerce 7.1. Asp.Net 2.0 I have all minimum/setup requirements and permissions set up correctly. (I've installed AC7 successfully before)
Install step 1 (database part) goes fine, but problem is in step 2 when I try to do the final step of the install. The page is Configure2.aspx. After hitting the Install button, I get the following error. (Note: I added the debug="true" to the page so I could see what the offending line of code was) Any help would be appreciated.
----------------------------------------
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:
Line 22: {
Line 23: //REQUIRED DATA
Line 24: Store store = StoreDataSource.CreateStore(StoreName.Text, Email.Text, Password.Text, true);
Line 25: //CREATE DEFAULT COUNTRIES
Line 26: CreateCountries(CountryDefaults.SelectedIndex == 0);
Source File: c:\Inetpub\vhosts\domain\httpdocs\Install\Configure2.aspx Line: 24
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
CommerceBuilder.Stores.StoreDataSource.CreateStore(String storeName, String adminEmail, String adminPassword, Boolean switchContext) +252
ASP.install_configure2_aspx.InstallButton_Click(Object sender, EventArgs e) in c:\Inetpub\vhosts\notubes.com\httpdocs\Install\Configure2.aspx:24
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
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
Install step 1 (database part) goes fine, but problem is in step 2 when I try to do the final step of the install. The page is Configure2.aspx. After hitting the Install button, I get the following error. (Note: I added the debug="true" to the page so I could see what the offending line of code was) Any help would be appreciated.
----------------------------------------
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:
Line 22: {
Line 23: //REQUIRED DATA
Line 24: Store store = StoreDataSource.CreateStore(StoreName.Text, Email.Text, Password.Text, true);
Line 25: //CREATE DEFAULT COUNTRIES
Line 26: CreateCountries(CountryDefaults.SelectedIndex == 0);
Source File: c:\Inetpub\vhosts\domain\httpdocs\Install\Configure2.aspx Line: 24
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
CommerceBuilder.Stores.StoreDataSource.CreateStore(String storeName, String adminEmail, String adminPassword, Boolean switchContext) +252
ASP.install_configure2_aspx.InstallButton_Click(Object sender, EventArgs e) in c:\Inetpub\vhosts\notubes.com\httpdocs\Install\Configure2.aspx:24
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
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42