Page 1 of 1

CommerceBuilder.Taxes.TaxShoppingDisplay Crash V7.03

Posted: Thu Jun 04, 2009 1:43 pm
by speedythinker
Hi:

I tried to upgrade from v7.02 to v7.03 and it crashed after I ran the Upgrade.aspx
It seems it's tax issue but I have no idea what went wrong. My tax was configured to Ca tax before I did upgrade and it worked fine before upgrade. Any suggestion how to correct this problem? Or, do I need to install in fresh again?

Please Help!

Thx
Speedy

Server Error in '/' Application.
--------------------------------------------------------------------------------

Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0117: 'TaxHelper' does not contain a definition for 'GetEffectiveInvoiceDisplay'

Source Error:



Line 24:
Line 25: //SHOW TAXES IF SPECIFIED
Line 26: if (TaxHelper.GetEffectiveInvoiceDisplay(basket.User) == TaxInvoiceDisplay.LineItem)
Line 27: {
Line 28: foreach (BasketItem item in basket.Items)


Source File: d:\hshome\lightobject\lightobject.com\App_Code\BasketHelper.cs Line: 26



Compiler Warning Messages:
Warning: CS1684: Reference to type 'CommerceBuilder.Taxes.TaxShoppingDisplay' claims it is defined in 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\1dc6cb05\55c1fd1c\assembly\dl3\133f72d8\aaacc0b9_4fe5c901\CommerceBuilder.DLL', but it could not be found
Source Error:



[No relevant source lines]

Re: CommerceBuilder.Taxes.TaxShoppingDisplay Crash V7.03

Posted: Thu Jun 04, 2009 2:02 pm
by jmestep
I ran into that error also, but I was having license issues also, so I thought that might be causing it so I haven't tried again.

Re: CommerceBuilder.Taxes.TaxShoppingDisplay Crash V7.03

Posted: Thu Jun 04, 2009 2:29 pm
by speedythinker
jmestep wrote:I ran into that error also, but I was having license issues also, so I thought that might be causing it so I haven't tried again.
Currenly I can't login to the Admin page for changing things, do I have to delete the current folder and re-loaded the backup?

Wondering what may cause the problem. The Able site didn't really tell much about it.
This is what they have:

STEP 3) - Enable Taxes

If you are using AbleCommerce Tax Rules, you must visit the Configure > Taxes > Settings page in the merchant administration. Please confirm that taxes are enabled and that the display settings are satisfactory.



What does "settings are satifactory" mean?? If it's working before and no error report, does it mean it's 'satifactory'? Well, if so, that mean tax was Eanable. Now my production server crashed as I don't have a test server setup for testing. Business all pause now!

Re: CommerceBuilder.Taxes.TaxShoppingDisplay Crash V7.03

Posted: Thu Jun 04, 2009 4:12 pm
by Logan Rhodehamel
I believe there is a pre upgrade instruction that covers this. You need to remove the App_Code\TaxHelper.cs file prior to running the upgrade script.

Re: CommerceBuilder.Taxes.TaxShoppingDisplay Crash V7.03

Posted: Thu Jun 04, 2009 4:30 pm
by speedythinker
Logan_AbleCommerce wrote:I believe there is a pre upgrade instruction that covers this. You need to remove the App_Code\TaxHelper.cs file prior to running the upgrade script.
:shock: I must over-sight it!! I didn't know know about it, I'll give a try tonight
Thank you!

Re: CommerceBuilder.Taxes.TaxShoppingDisplay Crash V7.03

Posted: Thu Jun 04, 2009 4:32 pm
by jmestep
I think the upgrade instructions are a little ambiguous, if that is the problem ( I know it couldn't possibly be me :D )
Here is why I didn't read that stuff - I went straight to the post-upgrade section.
Existing AbleCommerce 7.0.2 installs: The upgrade to AbleCommerce 7.0.3 includes all changes made since AbleCommerce 7.0.0 final build 9879. If you are already running AbleCommerce 7.0.2 build 11659, you can still upgrade to AbleCommerce 7.0.3, but you will need to complete only the post-upgrade tasks noted below.

Re: CommerceBuilder.Taxes.TaxShoppingDisplay Crash V7.03

Posted: Thu Jun 04, 2009 5:18 pm
by Logan Rhodehamel
I will ask for the documentation to be clarified. There are two pre-upgrade steps. The first step is to remove the existingt FCKEditor files before applying the upgrade files. The second step is to delete App_Code\TaxHelper.cs if it exists.

Re: CommerceBuilder.Taxes.TaxShoppingDisplay Crash V7.03

Posted: Fri Jun 05, 2009 10:02 am
by speedythinker
Logan_AbleCommerce wrote:I will ask for the documentation to be clarified. There are two pre-upgrade steps. The first step is to remove the existingt FCKEditor files before applying the upgrade files. The second step is to delete App_Code\TaxHelper.cs if it exists.

Thank you all, it works now! It's my mistake that I haven't read the guidline carefully. My apology to the trouble

:oops: