Groups | Blog | Home
all groups > dotnet distributed apps > september 2003 >

dotnet distributed apps : create exe


Terry V
9/27/2003 10:53:01 PM
Hello
Once Im done developing my app in .net, how do I make it
into a .exe?

do I need to include the vb runtime? If so, how?

Thank you
Joe Fallon
9/28/2003 6:27:59 PM
You just Build it.
The .exe ends up in th Bin folder.
The .Net framework IS the runtime.
--
Joe Fallon



[quoted text, click to view]

Dino Chiesa [Microsoft]
10/1/2003 10:00:06 PM

vbc.exe /target:exe /out:Module.exe Module.vb

or

csc.exe /target:exe /out:Module.exe Module.cs


[quoted text, click to view]

Craig St. Jean
10/12/2003 9:14:21 AM
Or if you are using Visual Studio .Net 200x then you can
build it from the build menu.
[quoted text, click to view]
AddThis Social Bookmark Button