COM components registration/Unregistration

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
 
W

Willy Denoyette [MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top