Unregistering a class library

  • Thread starter Thread starter Howard Kaikow
  • Start date Start date
H

Howard Kaikow

I created a class library using VB .NET 2002 by, in Project Properties,
selecting Configuration Properties, then checking Register for COM Interop
and then OK.

That worked as I was able to use the class in an Excel workbook.

I then used

regsasm classname.dll /u

That seems to have removed the class, however, the class is still listed
when I check the list of available references in VB .NET, Excel and Word.

What is the proper way to remove a .NET class?
Do I have to hack the registry?
 

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

Back
Top