views:

17

answers:

0

Visual Web Developer Express command line doesn't seem to work According to vwdexpress help, I should be able to do this:

vwdexpress solutionfile.sln /build [ solutionconfig ] [ /project projectnameorfile [ /projectconfig name ] ]

So in my solution, I have a solution file like so mysolution.sln. This has sub-folders containing subprojects underneath and these can be built in the IDE as the dependencies are all stored within the solution.

I want to do the same as Clean -> Rebuild All that I carry out in the IDE of web developer express.

So I am running in the folder containing the solution: vwdexpress mysolution.sln /build.

However I get no errors, and nothing seems to happen. No Dlls generated. What am I doing wrong?