Re: Compiling from command line...
From: Phill. W (P.A.Ward_at_o-p-e-n-.-a-c-.-u-k)
Date: 01/24/05
- Next message: steve: "installation woe(s)"
- Previous message: Chris Dunaway: "Re: Share Classes"
- In reply to: Daniele: "Compiling from command line..."
- Next in thread: Daniele: "Re: Compiling from command line..."
- Reply: Daniele: "Re: Compiling from command line..."
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 Jan 2005 15:03:08 -0000
"Daniele" <Daniele@discussions.microsoft.com> wrote in message
news:3FB7E19E-FA2C-410A-BFE1-7E5A0B4C2B76@microsoft.com...
> How is it possible to compile a project from the command line and
> the .vbproj?
If you /only/ have Visual Basic, use vbc.exe to compile the project.
It's fiddly, because you have to include each referenced assembly as
an argument to vbc.
If you've got the whole SheeBang of Visual Studio, use devenv.com
directly on the Solution - it's a lot simpler.
HTH,
Phill W.
- Next message: steve: "installation woe(s)"
- Previous message: Chris Dunaway: "Re: Share Classes"
- In reply to: Daniele: "Compiling from command line..."
- Next in thread: Daniele: "Re: Compiling from command line..."
- Reply: Daniele: "Re: Compiling from command line..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|