COM components registration/Unregistration

  • Thread starter Thread starter Manoj Nair
  • Start date Start date
M

Manoj Nair

Hi,
Am trying to create a COM server in C# as required in our application.used
REGASM to register the dll and tlb file and everything works fine but when I
try to unregister the dll and tlb using RegAsm /unregister nothing happen
even though it says the unregistration has been succesful.Even rebooting the
system didnt help.
How do I remove these OLE objects they show up when i browse through OLE
View.

thanks in advance
Manoj
 
Manoj Nair said:
Hi,
Am trying to create a COM server in C# as required in our application.used
REGASM to register the dll and tlb file and everything works fine but when
I
try to unregister the dll and tlb using RegAsm /unregister nothing happen
even though it says the unregistration has been succesful.Even rebooting
the
system didnt help.
How do I remove these OLE objects they show up when i browse through OLE
View.

thanks in advance
Manoj

regasm /unregister /tlb xxxxx.dll
should work.
Are you sure it's not an older version you had registered before without
ever unregistering?

Willy.
 
Back
Top