Registering a Business Service (.DLL Format)

To register a .dll business service:
  1. Open the DOS command line.
  2. Copy the full path of the business service that you want to register. 
  3. Include the business service name.
    For example, the path can be c:\Liquent\BusinessServiceFile.dll.
  4. Navigate to the .NET framework folder that contains the utility regasm.exe.
    For example, this folder can be C:\Windows\Microsoft.NET\Framework\v4.0.30319.
  5. Run the utility regasm.exe with the parameter codebase.
    This parameter ensures that the registry contains all the necessary information.
  6. At the prompt, type: regasm.exe “<.dll path>" /codebase
    regasm.exe “c:\Liquent\BusinessServiceFile.dll” /codebase