Registering a Business Service (.DLL Format)
To register a .dll business service:
- Open the DOS command line.
- Copy the full path of the business service that you want to register.
-
Include the business service name.
For example, the path can be c:\Liquent\BusinessServiceFile.dll.
-
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.
-
Run the utility
regasm.exe with the parameter
codebase.
This parameter ensures that the registry contains all the necessary information.
-
At the prompt, type:
regasm.exe “<.dll path>" /codebase
regasm.exe “c:\Liquent\BusinessServiceFile.dll” /codebase