What are CCW and RCW?

Answers were Sorted based on User's Feedback



What are CCW and RCW?..

Answer / prakash.rout

ccw is called com callable wrapper where as rcw is called as
runtime callable wrapper.

Is This Answer Correct ?    74 Yes 5 No

What are CCW and RCW?..

Answer / 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

What are CCW and RCW?..

Answer / sankar

CCW is the Com Callable Wrapper. This will buily a bridge
between the Com Component and the .Net Component
RCW is the Runtime Callable Wrapper. This will built a
bridge between .Net Component and Com Component.converts
the .Net data type to Com Data type

Is This Answer Correct ?    35 Yes 7 No

What are CCW and RCW?..

Answer / vijaya bhaskar

RCW :- we are using COM Component in .Net application
directly we can't call. That's way we need to create a
wrapper trough Tlbimp.exe read COM classes and interface in
assembly metadata.

Is This Answer Correct ?    23 Yes 3 No

What are CCW and RCW?..

Answer / sheena

CCW-com callable wrapper....
provides interface between com client and .net componenet

RCW-Runtime callable wrappper...
provides interface between .net client and com component

Is This Answer Correct ?    15 Yes 2 No

What are CCW and RCW?..

Answer / abhishek mishra

Com Callable Wrapper(ccw) build a bridge
between the Com Component and the .Net Component
Runtime Callable Wrapper(rcw) will built a
bridge between .Net Component and Com Component.converts
the .Net data type to Com Data type

Is This Answer Correct ?    11 Yes 2 No

What are CCW and RCW?..

Answer / srinivasareddy. varikuti

1.Com Callable Wrapper build a bridge
between the Com Component and the .Net Component
2.Run time Callable Wrapper will built a
bridge between .Net Component and Com Component.converts
the .Net data type to Com Data type

Is This Answer Correct ?    9 Yes 1 No

What are CCW and RCW?..

Answer / mohan

CCW is the Com Callable Wrapper. This will buily a
bridge between the Com Component and the .Net Component

RCW is the Runtime Callable Wrapper. This will built a
bridge between .Net Component and Com Component.converts
the .Net data type to Com Data type

Is This Answer Correct ?    3 Yes 0 No

What are CCW and RCW?..

Answer / manpreet singh

These are business objects(Components).

Is This Answer Correct ?    14 Yes 31 No

Post New Answer

More COM+ Interview Questions

Explain queued components?

1 Answers  


What happens when we instantiate a COM component ?

2 Answers   DELL,


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

0 Answers  


Explain durability?

1 Answers  


What is the new three features of COM+ services, which are not there in COM (MTS) ?

3 Answers  






Is the COM architecture same as .Net architecture? What is the difference between them ?

3 Answers  


Explain consistency?

2 Answers  


Can we copy a COM dll to GAC folder?

1 Answers  


What is the new three features of COM+ services, which are not there in COM (MTS)

1 Answers  


How to invoke .net components from com components,give the sequence ?

3 Answers   Digital GlobalSoft, UST,


Explain object pooling?

1 Answers  


Difference between COM and .NET component ?

2 Answers   DELL,


Categories