I would like to register my c# .net server through code. Currently I can use
the "regasm /tlb /codebase" option and everything works great. I am aware of
the IRegistrationServices.RegisterAssembly class, but this will not perform
the type library registration, it only provides flag for codebase option,
therefore this method does not work for me. Any ways to get this done
through code???

Signature
-----------------
Eric Carlson
Eric Carlson - 04 Dec 2004 23:41 GMT
This is a duplicate post, please do not reply.
> I would like to register my c# .net server through code. Currently I can use
> the "regasm /tlb /codebase" option and everything works great. I am aware of
> the IRegistrationServices.RegisterAssembly class, but this will not perform
> the type library registration, it only provides flag for codebase option,
> therefore this method does not work for me. Any ways to get this done
> through code???