Showing posts with label .Net components. Show all posts
Showing posts with label .Net components. Show all posts

Thursday, 17 November 2011

How can we use .NET components in COM?

What is CCW (COM callable wrapper) ?


How do we ensure that .NET components is compatible with COM ?


.NET components can not be used in straight forward way with COM. You will need to create CCW in order that COM components communicate with .NET assemblies. Following are the different approaches to implement it :-