Reference VB.Net exe in Visual Basic Project

G

Guest

Hi,
I am new to .Net programmimg. Please let me know if it is possible to
refer .Net exe in a visual basic project. If so what are the steps I need to
follow.

TIA
Srinivas
 
H

Herfried K. Wagner [MVP]

Srinivas said:
I am new to .Net programmimg. Please let me know if it is possible to
refer .Net exe in a visual basic project. If so what are the steps I need
to
follow.

EXE files cannot be referenced. Only DLL files (class library projects) can
be referenced by another project (to do that, select "Project" -> "Add
reference..." -> ...).
 
G

Guest

Thanks for the answer.
I am trying to add the reference of a VB.Net exe file into a Visual Baisc
6.0 project.
Is this possible?

TIA
 
H

Herfried K. Wagner [MVP]

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

Top