Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB.NET 1.0 > VB.NET 2002/2003 Basics
|
VB.NET 2002/2003 Basics For coders who are new to Visual Basic, working in .NET versions 2002 or 2003 (1.0 and 1.1).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET 2002/2003 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 22nd, 2003, 05:58 PM
Registered User
 
Join Date: Aug 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default how can I compile my first VB.Net Code?

hello everyone Im a newbies in programming and I choose VB.Net as
my first programming...I make my first very simple VB.Net code please help me how can I compile it into .exe...Thanks

 
Old August 23rd, 2003, 03:39 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

Are you using Visual Studio.NET for your programming? If so, simply press F5 to start running the program. If you want to make an exe, set Debug to Release on the Standard toolbar and choose Build | Build Solution. You'll find the .exe in your bin folder in your project.

If you have created the source code in a text editor, you'll need to compile your program using the command line compiler called vbc.exe. For more help, type vbc.exe /? in a command prompt (make sure that the location of this file is within the path variable of your command prompt).

Check out this article at MSDN for more information.

HtH,

Imar


---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old September 17th, 2004, 03:39 PM
Registered User
 
Join Date: Sep 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The solution (.EXE) in VisualStudio.NET don't seem to work on my other computer... and the other one give me a bunch of "Errerr non déclaré "Fontstyle"" ... My apps work well on the computer where i created it ... so is there a way to make it readable for all computer ?


 
Old September 17th, 2004, 10:29 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 540
Thanks: 0
Thanked 4 Times in 4 Posts
Default

Did you install the .Net Framework on the other computer? It needs to be installed in order for your application to run.

J





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to compile asp.net code using command prompt sandeep.kharat ASP.NET 2.0 Basics 0 April 8th, 2006 02:52 AM
Can'T find code to Beginning Asp.net using VB.NET darruler All Other Wrox Books 1 August 12th, 2004 05:04 PM
ASP.NET Using VB.NET Chapt 3 Code error? uh6uj All Other Wrox Books 1 February 26th, 2004 10:46 AM
Help 'beginning asp.net using vb.net' source code jkmf Wrox Book Feedback 1 January 18th, 2004 08:09 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.