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 are loosely coupled events?
Optimization technique description ?
What is manageability?
Explain what are wrapper classes?
What is the difference between com architecture and .net architecture?
What is com, com+ and dcom ?
Explain disadvantages of com components?
Define integrity?
What is availability?
what is the relational database of tables and forms
how to register dll in COM / COM+ application
Explain how does you handle this com components developed in other programming languages in .net?
Is com+ dead?
Why we learn the 8085? Because we are in 21 century so why we learn 8085?
Explain how to register dll in com / com+ application?