Prev Next
Answers (2)
PARTH Feb 15, 2021 14:09
Answer:   Com Callable Wrapper -
1)Create Assembly and compile with strong name.
2)Register Assembly using regasm
3)Register Assembly in GAC using gacutil /i
4)Use tlbexp to export Assembly as Type
Library for COM.

PADMAKEECHU Feb 15, 2021 17:58
Answer:   CCW is a wrapper created by the common language runtime(CLR) that enables COM components to access .NET objects.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect