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.
Error upgrading from 7.0.3 to 7.0.4
Re: Error upgrading from 7.0.3 to 7.0.4
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
http://help.ablecommerce.com/upgrades/a ... _7.0.4.htm
Re: Error upgrading from 7.0.3 to 7.0.4
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.
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
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
viewtopic.php?f=42&t=5935
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
Re: Error upgrading from 7.0.3 to 7.0.4
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.
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
.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.
Logan

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.
Re: Error upgrading from 7.0.3 to 7.0.4
Ok thanks. I have deleted them.
Cheers.
Rob.
Cheers.
Rob.