This page will walk you through setting up Cyrious Control to use the online tax calculation web service provided by Avalara.
Setting up Control to use online tax calculations with Avalara.
Control version 4.5.1008.3001 and later
The Avalara adapter has been updated to version 5.7.3.1. This version supports up to 1000 line items. To register the dlls:
Note: During the Control Server or Stand Alone installation process, the required DLLs for Avalara are installed and registered. The SSLIP program has also been updated to check the current version of the adapter. If the the old version is detected, the new adapter is automatically installed and registered. If the installation was not run or the SSLIP does not register the dll, the following steps will resolve any problems:
### Run the GAC Utility program (gacutil.exe). In the command prompt, navigate to the AvaTax subfolder and run this command
C:\Windows\Microsoft.Net\Framework\v1.1.4322\gacutil.exe /i log4net.dll.
### OR, Using Powershell .. Run PowerShell as an administrator and execute this script:
Set-location “c:\program files (x86)\cyrious\control\AvaTax”
[System.Reflection.Assembly]::Load(“System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”)
$avatax = New-Object System.EnterpriseServices.Internal.Publish
$avatax.GacInstall(“c:\program files (x86)\cyrious\control\AvaTax\log4net.dll”)
iisreset
### OR if the GacUtil.exe does not exists on the system, copy the log4net.dll to C:\WINDOWS\assembly.The assembly folder is a special folder for .NET. To copy the dll to it, drag the dll into the folder. There is no right-click > paste option available for this folder.
For more information on the GAC Utility program, follow this link: Global Assembly Cache Tool.
Control version 4.5.1008.1701 and earlier
During the Control Server or Stand Alone installation process, the required DLLs for Avalara are installed and registered. If the installation was not run or Control experiences problems communicating with Avalara, the following steps resolve the problems:
### Run the GAC Utility program (gacutil.exe). In the command prompt, navigate to the AvaTax subfolder and run this command
C:\Windows\Microsoft.Net\Framework\v1.1.4322\gacutil.exe /i log4net.dll.
### OR if the GacUtil.exe does not exists on the system, copy the log4net.dll to C:\WINDOWS\assembly.The assembly folder is a special folder for .NET. To copy the dll to it, drag the dll into the folder. There is no right-click > paste option available for this folder.
For more information on the GAC Utility program, follow this link: Global Assembly Cache Tool.
If Control fails to ping Avalara after these steps, refer to troubleshooting_avalara to find the solution.
Contributor: Development Team, Cyrious Software
Date: 08/31/2010
Version: Control 4.1+