DCOM only supports DCOM servers. What you did was a simple COM server. VB6
has the ability to create those, but I'm not sure if .NET does.
If you want to access the component remotely you might want to look into
..NET's remoting technology; otherwise you can also use COM+ proxies.
--
Klaus H. Probst, MVP
http://www.vbbox.com/
"IMRAN SAROIA" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Dear friends,
>
> I have implemented COM componet from .Net Assembly
> to be used by my old apps by creating a class and compiling it as an
> assembly and also regestring it.
>
> How can we implement the same component as
> DCOM?
>
> I have tried "DCOMCNFG.EXE" to setup DCOM.
> But My Component does not show up in list.
>
> Please advise
>
> Imran Saroia
>
>
>