Unhandled Exception, No default tax provider

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 年 前
Running new source code in debug mode for first time. Navigating to any category results in the following error. I suspect this means I have to go into the admin to select a tax rate or something.  However, the system should probably handle this condition more gracefully. Maybe the default tax provider is not being loaded correctly.

Line 235:
Line 236:            //get tax rate
Line 237:            var calculateTaxResult = activeTaxProvider.GetTaxRate(calculateTaxRequest);
Line 238:            if (calculateTaxResult.Success)
Line 239:                return calculateTaxResult.TaxRate;

[NullReferenceException: Object reference not set to an instance of an object.]
12 年 前
https://www.nopcommerce.com/boards/t/10664/nop-2-fresh-install-object-reference-not-set-to-an-instance-of-an-object.aspx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.