User Tools

Site Tools


taxengine:integration:accessing_through_com

Accessing the TaxEngine through COM

  1. See Getting Started with the KampData TaxEngine
  2. Be sure that you have the required version of the .NET Framework and RegAsm.exe file.
  3. Register the KampData TaxEngine
    1. Copy and paste the RegAsm.exe file into your KampData TaxEngine installation folder.
    2. Run the Command Prompt as administrator.
    3. From the Command Prompt, change the directory to your KampData TaxEngine installation folder.Example: cd C:\Program Files\KampData\KampData TaxEngine v.2
    4. Use the RegAsm.exe application to register all of the public classes in the KampData TaxEngine Example: regasm KDTaxEngine.dll.
  4. Use the RegAsm.exe application to create a .reg file that describes the KampData TaxEngine This file must be merged into the registry on your system. Example: regasm KDTaxEngine.dll /regfile:KDTaxEngine.reg
  5. Use the RegAsm.exe application to create a .tlb file that contains the definitions of the public types in the KampData TaxEngine Example: regasm KDTaxEngine.dll /tlb:KDTaxEngine.tlb.

Step 5 creates the type library that you will reference from within your programming environment to access the KampData TaxEngine features that are available through COM.

NOTE: The KampData TaxEngine should be located in the same directory as your application. Another option is to add the KDTaxEngine.dll to the global assembly cache (GAC) where it can be located by any application accessing it through COM.


Integration

taxengine/integration/accessing_through_com.txt · Last modified: 2015/06/12 18:21 by conni

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki