User Tools

Site Tools


taxengine:integration:accessing_through_com

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
taxengine:integration:accessing_through_com [2015/06/12 18:18] connitaxengine:integration:accessing_through_com [2015/06/12 18:21] (current) conni
Line 7: Line 7:
     - Run the Command Prompt as administrator.     - Run the Command Prompt as administrator.
     - From the Command Prompt, change the directory to your KampData TaxEngine installation folder.**Example:** cd C:\Program Files\KampData\KampData TaxEngine v.2     - From the Command Prompt, change the directory to your KampData TaxEngine installation folder.**Example:** cd C:\Program Files\KampData\KampData TaxEngine v.2
-    - Use the RegAsm.exe application to register all of the public classes in the KampData TaxEngine **Example: **regasm KDTaxEngine.dll +    - Use the RegAsm.exe application to register all of the public classes in the KampData TaxEngine **Example: **regasm KDTaxEngine.dll.
- +
   - 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   - 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
-  - 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+  - 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. 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.  **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. 
 +
 +----
 +
 +[[taxengine:integration:Integration]]
  
taxengine/integration/accessing_through_com.1434133092.txt.gz · Last modified: 2015/06/12 18:18 by conni

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki