What command line used to generate Runtime callable wrapper.

Answers were Sorted based on User's Feedback



What command line used to generate Runtime callable wrapper...

Answer / sarath

tlbimp.exe,


for example:
tlbimp
InteropExample.dll /output:InteropExampleRCW.dll /verbose

Is This Answer Correct ?    3 Yes 0 No

What command line used to generate Runtime callable wrapper...

Answer / k.senthil kumar

CLR

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How you can access the properties and controls of master pages from content pages?

0 Answers  


How can we implement a identity (sql server) call in an asp.net page?

0 Answers  


What are the different types of sessions in asp.net?

0 Answers  


What is the use of Administration tool in Asp.net 2.0?

2 Answers  


What is FullTrust? Do GACed assemblies have FullTrust?

2 Answers  






What is the result when the Web Form containing the following line is complied and executed? <asp:Button id=?thebutton? onClick=?theEvent? /> a) The button control is created; theEvent is the click event handler. b) Compiler error; the control must be set to runat=?server?. c) Compiler error; onClick is not a valid attribute. d) Runtime Exception; the control must be set to runat=?server?.

3 Answers   Syntax Softtech,


Is post back in asp.net?

0 Answers  


What is IPostBack? How to use it?

0 Answers   MCN Solutions,


What is serialization?

5 Answers   Piramal Healthcare,


What is interval time of GC in .net

2 Answers  


What is Master Page in Asp.net?

9 Answers  


Give an example appropriate use forweb service as opposed to a non-serviced .NET component

1 Answers   Siebel,


Categories