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 security?
What are rcw?
Is com+ dead?
What is availability?
How to register com+ services?
What is scalability?
Explain how to register com+ services?
What is com, com+ and dcom ?
What is transaction atomicity?
Define jit activation?
how to register dll in COM / COM+ application
What is manageability?
What is integrity?
What is reliability?
Define transaction atomicity?