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 –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
What is ccw?
Define object pooling?
What is integrity?
Optimization technique description ?
Is com+ dead?
What is transaction atomicity?
How to make a net component talk to a com component?
What are rcw?
What is manageability?
How to register com+ services?
Explain how does you handle this com components developed in other programming languages in .net?
What is Pinvoke?
Can .NET Framework components use the features of Component Services?
What are loosely coupled events?
Explain the new three features of com+ services, which are not there in com (mts)?