How can you register a c#.net assembly for com interop without regasm.exe?
I successfully use this: "regasm /tlb"
...but would like to do the same through code. The
IRegistrationServices.RegisterAssemby will not generate and register the type
library , since it only gives a flag for the Codebase option.
How can I do this through code?
-----------------
Eric Carlson
Eric Carlson - 04 Dec 2004 23:45 GMT
This is a duplicate post, please do not reply!