IsTaxExempt Error

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
Hello,

I'm trying to upgrade from 1.3 to 1.4.  1.3 was running just fine.

I deleted the source and uploaded 1.4.

It won't even let me run the install/install.aspx script.  I get this error:

IsTaxExempt

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.IndexOutOfRangeException: IsTaxExempt

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:


[IndexOutOfRangeException: IsTaxExempt]
   System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName) +4836882
   System.Data.SqlClient.SqlDataReader.GetOrdinal(String name) +67
   NopSolutions.NopCommerce.DataAccess.NopSqlDataHelper.GetBoolean(IDataReader rdr, String columnName) +57
   NopSolutions.NopCommerce.DataAccess.CustomerManagement.SQLCustomerProvider.GetCustomerFromReader(IDataReader dataReader) +773
   NopSolutions.NopCommerce.DataAccess.CustomerManagement.SQLCustomerProvider.GetCustomerByEmail(String Email) +223
   NopSolutions.NopCommerce.BusinessLogic.CustomerManagement.CustomerManager.GetCustomerByEmail(String Email) +107
   NopSolutions.NopCommerce.HttpModules.MembershipHttpModule.Application_AuthenticateRequest(Object sender, EventArgs e) +470
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
14 years ago
Can you post your ConnectionStrings.config file here?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.