VB.Net Beginner - Path required after installation

G

Guest

Have loaded VB.Net onto PC running Windows XP Home. I have written an hello
program using Windows Notepad and tried to run the VB.Net compiler from the
command line with:

vbc Hello.vb

The command is not recognized, so what should the path be
 
C

Crouchie1998

If you have VB.NET on your computer then copy/paste your hello world
application into that & compile it.

The VBC file is in the Framework folder:

C:\WINNT\Microsoft.NET\Framework\v1.1.4322

Obviously, as you are using XP, it will be:

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

I hope this helps

Crouchie1998
BA (HONS) MCP MCSE
 

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