Type Library

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

I have one computer with a registered Broker.tlb. When I
use the COM+ server of Broker.tlb I must first Add a Reference
to the Broker.tlb to my VB.NET app. Unfortunately the directory
for the Broker.tlb is not located in the folder of my choice. How can
change the registered folder location of Broker.tlb?

Also I have one computer where Broker.tlb is not register. How
can I register Broker.tlb on this machine with the folder location
of my choice ?
 
Hi Rob,
U can use regsvcs command to register the tlb in a difference place. Just
use the command. From the dotnet command promp go to the folder where ur exe
exists, and type this
regsvcs /tlb:C:\myDocuments\MyName\broker.tlb MyDllName.dll

MyDllName.dll, is the dll to which we r mentioning the type Lib.
Hope that helps.

cheers
abhi
 
Back
Top