To install mandatory dependencies in your system and register the COM DLL, complete the following step:
- Find the one-click setup attached to the release tags of the GitHub repository. Use the one-click setup to build the project and register automatically with the COM Interop. For more information on the releases, see https://github.com/metasys-server/basic-services-dotnet/releases.
An alternative to the one-click setup are the following options:
- Use the
RegCOM.bat
andUnregCOM.bat
scripts located in the scripts directory to register or unregister manually the DLL. - You can also use the
Regasm.exe
(Assembly Registration Tool) to register manually for COM Interop. For more information, see https://docs.microsoft.com/en-us/dotnet/framework/tools/regasm-exe-assembly-registration-tool
- Use the