What are the commands to register a .NET component as a COM server?

What are the commands to register a .NET component as a COM server?

book

Article ID: KB0090135

calendar_today

Updated On:

Products Versions
TIBCO Adapter for COM -
Not Applicable -

Description

Resolution:
Description:
============
Commands to register a .NET component as a COM server
        
Environment:
===========
All


Resolution:

Commands to register a .NET component as a COM server:

1). C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe D:\tibco\COMAdapter\COMFileWriter.dll /regfile:COMFileWriter.reg

2). C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe D:\tibco\COMAdapter\COMFileWriter.dll /tlb:COMFileWriter.tlb

3).  ***
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe D:\tibco\COMAdapter\COMFileWriter.dll /codebase

Issue/Introduction

What are the commands to register a .NET component as a COM server?