0
Can you post the REGASM command you issued? If using Visual Studio, it's easier to tell it to export a COM type library from the IDE. To do this, set REGISTER FOR COM INTEROP to TRUE in the project properties dialog, under Configuration Properties).
Did you add a reference to the object in VB or did you use late binding? Can you post the code you used to instantiate it?