Compiling Help Please.

Mr60s

Newcomer
Joined
Mar 23, 2003
Messages
16
Hi !
I just got .net like a month ago, am trying to learn vb.net and i have this problem. I got this book about it but it dont take up how to compile your program for other windows platforms that dont have a version of VB installed. It only takes up the "build" "release" thing, but it says that to run it on a computer that dont have VB installed you need to compile it whit dll's and .
Lets say i make this windows fourm in vb.net and i want to compile it for use on a computer that dont have VB installed. Can someone explain step by step how to do it, and how it works?

Thanks for the help!
 
You need to distribute the DotNet Framework, it's a 21 MB exe that should be installed on all Windows machines running .NET applications.

Once the Framework is installed they only need your EXE file.

The Framework is found on your Visual Studio CD.
 
Back
Top