Register for COM not working

  • Thread starter Thread starter Steve Lloyd
  • Start date Start date
S

Steve Lloyd

Hi, I am creating an Addin for Excel and it has been working fine until now
and all of a sudden things went a bit perculiar and now everything is set to
create COM visibility but the .tlb does not get created.

I know this is a bit of a long shot but has anyone else seen this
happen/know what it might be?

Thanks for any help

Steve
 
Hi Steve,

How exactly do you register your assembly for COM interop? Do you use the
regasm.exe tool?
 
Hi Dmytro,

I've fixed the problem, it seems there is a bug that kills the Assembly
dependencies, this had the know on effect of removing the type library file.
I remove the setup project, deleted all associated files and recreated it.
This seems to have done the trick.

I registered it by checking the register for COM check box and esnuring that
the .tlb is set to vsdrfCOM . As far as I understand it this should register
on installation the same as regasm. Is this correct?

Thanks very much for your help.
 
Back
Top