0
votes
Making .NET classes visible via COM Interop
Dan Miser
– When creating .NET classes that will be accessible via COM Interop, you need to be sure to add a default constructor to the class. If you don't, regasm will end up generating the tlb without the CanCreate flag for that class, and therefore, when registering the tlb, those classes will not be ...
Statistics
|
Visits by Source |
User Actions |




