Page 1 of 1

Error upgrading from 7.0.3 to 7.0.4

Posted: Fri Dec 18, 2009 6:43 am
by robgrigg
Hi I am getting the following error on a compile of a site upgraded from 7.0.3 to 7.0.4.

The type or namespace name 'AvaTax' does not exist in the namespace 'CommerceBuilder.Taxes.Providers' (are you missing an assembly reference?)\Admin\Taxes\Providers\AvaTax\Default.aspx.cs

It is the using statement which is barfing.
using CommerceBuilder.Taxes.Providers.AvaTax;

Anyone know where this namespace resides? Commercebuilder.dll?

R.

Re: Error upgrading from 7.0.3 to 7.0.4

Posted: Fri Dec 18, 2009 7:01 am
by mazhar
Make sure your upgrade was successful and you followed both pre and post upgrade steps properly. The basic commercebuilder namespace exist in CommerceBuilder.dll. Make sure that all DLLs are uploaded properly in bin folder and are updated. Read about upgrade steps from here
http://help.ablecommerce.com/upgrades/a ... _7.0.4.htm

Re: Error upgrading from 7.0.3 to 7.0.4

Posted: Fri Dec 18, 2009 7:23 am
by robgrigg
Thanks.

I did check this and check again.

I can confirm that all pre and post tasks were done.

Can you tell me where the CommerceBuilder.Taxes.Providers.AvaTax namespace is?

I have reflected over the commercebuilder.dll and can also confirm it is not in my version. (version 7.4.13416.0)

Thanks.

R.

Re: Error upgrading from 7.0.3 to 7.0.4

Posted: Fri Dec 18, 2009 7:48 am
by mazhar
OK I am able to see the error message on Website/Admin/Taxes/Provider/Ava/Default.aspx. How do you managed to access this page? It seems to me that right now we doesn't support this part and its not accessable from front end. There was an attempt to implement Ava in forums. If you do want to try it then read following thread
viewtopic.php?f=42&t=5935

Re: Error upgrading from 7.0.3 to 7.0.4

Posted: Fri Dec 18, 2009 9:25 am
by Logan Rhodehamel
Apologies... those files are not meant to be in the release. We had intended to include the AvaTax connector files in the 7.0.4 release but discovered a week or so before that the connector library was not compatible with ASP.NET Medium trust. The connector library was removed, but not the AvaTax configuration screen.

All you must do is delete the AvaTax folder from the Providers folder in your admin file set. Then the site should be able to compile correctly.

Re: Error upgrading from 7.0.3 to 7.0.4

Posted: Fri Dec 18, 2009 10:35 am
by robgrigg
Ok thanks. I have deleted them.

Cheers.

Rob.