Error upgrading from 7.0.3 to 7.0.4

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
robgrigg
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Fri Jun 12, 2009 2:22 am

Error upgrading from 7.0.3 to 7.0.4

Post by robgrigg » Fri Dec 18, 2009 6:43 am

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.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Error upgrading from 7.0.3 to 7.0.4

Post by mazhar » Fri Dec 18, 2009 7:01 am

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

robgrigg
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Fri Jun 12, 2009 2:22 am

Re: Error upgrading from 7.0.3 to 7.0.4

Post by robgrigg » Fri Dec 18, 2009 7:23 am

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.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Error upgrading from 7.0.3 to 7.0.4

Post by mazhar » Fri Dec 18, 2009 7:48 am

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

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: Error upgrading from 7.0.3 to 7.0.4

Post by Logan Rhodehamel » Fri Dec 18, 2009 9:25 am

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.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

robgrigg
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Fri Jun 12, 2009 2:22 am

Re: Error upgrading from 7.0.3 to 7.0.4

Post by robgrigg » Fri Dec 18, 2009 10:35 am

Ok thanks. I have deleted them.

Cheers.

Rob.

Post Reply