IS there another way to compile vb.net projects other than using vs.net?
Printable View
IS there another way to compile vb.net projects other than using vs.net?
Are you looking after CommandLine Compiling ??
I don't think there's any other way than those two (CL , IDE Compiling )
Do you mean compiling, or setting up an installation package?
If you do mean an installation package, I use InstallShield Express (it came free on a mag!)
the command line compiler vbc.exe that comes with .NET.
or www.icsharpcode.net IDE can compile also.
If you used VB6 , then you could compile your proj without it gets run . just right click it and click Make .But I was surprised when I first run VB.NET and it's not there.
VB6's Make = VS.NET BUILD
...
Where can I see this ??:eek:
I believe you mean within the IDE .I was shocked ! I thought this can be done the same way as VB6.
im sure it could be done with minimal effort. Perhaps i could write an app that does this..time permitting. Ill look into it.
never mind now.