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 durability?

666


What is jit activation?

674


Is it true that COM objects no longer need to be registered on the server?

663


Explain disadvantages of com components?

665


What is reliability?

680


Define jit activation?

3356


Optimization technique description ?

1872


Explain how to register dll in com / com+ application?

3370


Explain the use of contextutil class?

3348


Is com+ dead?

691


What is security?

3396


What is scalability?

629


What is transaction atomicity?

653


What are rcw?

648


Why we learn the 8085? Because we are in 21 century so why we learn 8085?

555