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 durability?
What is jit activation?
Is it true that COM objects no longer need to be registered on the server?
Explain disadvantages of com components?
What is reliability?
Define jit activation?
Optimization technique description ?
Explain how to register dll in com / com+ application?
Explain the use of contextutil class?
Is com+ dead?
What is security?
What is scalability?
What is transaction atomicity?
What are rcw?
Why we learn the 8085? Because we are in 21 century so why we learn 8085?