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 :-