Hi!
RegSvcs is typically used to install a .NET assembly into COM+ application
and optionally, create a TLB for the same for the clients to early bind.
This method shouldnt be used for VB6 COM Servers, which should be installed
by directly importing them in the COM+ Application using the COM+ MMC
(Administrative Tools), followed by exporting the COM+ Application proxy, to
install the TLB and relevant entires on the ASP server, if its different
than the COM+ server (typically is).
You will need to restart IIS to have the new COM server come into effect
since once the COM server is loaded, its not unloaded until IIS is
restarted.
Regards,
Gaurav Khanna

Signature
----------------------------------------------------------------------------
----------
Microsoft MVP - .NET, MCSE Windows 2000/NT4, MCP+I
WinToolZone - Spelunking Microsoft Technologies
http://www.wintoolzone.com/
OpSupport - Spelunking Rotor
http://opsupport.sscli.net/
----------------------------------------------------------------------------
----------
> I've written a COM Object that I cant call one of the methods from an ASP
> Page.
[quoted text clipped - 106 lines]
>
> End Class