What are CCW and RCW?

Answer Posted / muruganantham

Com Callable Wrapper
1)Create Assembly and compile with strong name.
2)Register Assembly using regasm <assembly name>
3)Register Assembly in GAC using gacutil /i <assembly name>
4)Use tlbexp <assemblyname.dll> to export Assembly as Type
Library for COM.

Runtime Callable Wrapper
1)Create Public Key Token file using sn.exe &#150;k
<keyfilename.snk>
2)Use tlbimp <TypeLibFileName> /keyfile: <keyfilename.snk>
/out: <AssemblyName.dll>
3)Register Imported Assembly in GAC using gacutil /i
<AssemblyName.dll>

Is This Answer Correct ?    42 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ccw?

3190


What happens when we instantiate a .NET component ?

4105


Explain how to register com+ services?

3292


What is integrity?

511


Optimization technique description ?

1724






Explain disadvantages of com components?

517


Can .NET Framework components use the features of Component Services?

490


What is the difference between com architecture and .net architecture?

464


What are Interop Services?

546


How to make a net component talk to a com component?

454


What is security?

3252


What is availability?

3240


How CCW and RCW is working?

675


What is manageability?

555


What is jit activation?

506