installing .Net com tlb project on fresh PC

  • Thread starter Thread starter Sutapa
  • Start date Start date
S

Sutapa

Hi,

I have created a tlb file in .net to use in VB6
application. this application works fine in my Pc which
has development environemnt.

Now i want to deploy this VB6 exe to other fresh machine.
I have installed .net required framework and my other .net
projects run fine. but this VB6 exe failed and gives error

"ActiveX component can't create object"

why is this error comming and how to solve it.

Thanks
 
you'll need to register the tlb and any com dlls that your exe uses - use
the command line regtlib.exe for the type-library and regsvr32 for any dlls.

r.
 
Back
Top