Interop from command line

  • Thread starter Thread starter Russ Green
  • Start date Start date
R

Russ Green

Is it possible to generate an interop layer from the command line in VB.NET
2003 standard?

TIA

Russ
 
Have a look at tlbimp and aximp

tlbimp "myControl.ocx" /out:Interop.myControl.dll /namespace:myContro
aximp "myControl.ocx" /out:AxInterop.myControl.dll /rcw:Interop.myControl.dl

Hope this helps
Chris

----- Russ Green wrote: ----

Is it possible to generate an interop layer from the command line in VB.NE
2003 standard

TI

Rus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top