Hi there,
I am new to this forum, having just joined today. I have tried searching the forums, but always seem to get no results, even if I ask for a word I know is present in the forum. Does the search engine not work?
So as the search doesn't work, I will have to ask my question. Could anyone tell me how to do a build using the command line with C# express 2005? I am basically trying to get C# to work with Slickedit.
If I type VCExpress at the command line , I get a help window box stating:-
Command line builds:
devenv solutionfile.sln /build solutionconfig [ /project projectnameorfile [ /projectconfig name ] ]
Available command line switches:
Do I substitute devenv for VCExpress.exe ? I am not sure what the solution config file is and assume projectconfig name is "Debug" or "Release"
Any help would be great..Thank you
Loading
MartinPosted Jul 25, 2007, 5:11 AM
Jan MontanoPosted Jul 25, 2007, 12:47 AM
Additional info: Build a .NET Solution or Project from the Command Line
MartinPosted Jul 24, 2007, 6:02 AM
I have tried
VCSExpress.exe "C:\Projects\Strat_Res\Terminal\Terminal.sln" /rebuild "Debug" /project "C:\Projects\Strat_Res\Terminal\Terminal\Terminal.csproj" /projectconfig Debug
the command is all on one line, its just pasting it here that breaks it up
This goes away and does nothing at all, doesn't come back and say can't find files etc.
VCSExpress.exe is the IDE for C# Express and it is on my path , and obviously it can be found , because if I type in with /? it gives me the help screen I mentioned before
Jan MontanoPosted Jul 24, 2007, 5:47 AM
Please bear with the search functinality for now, they're coming up with a new & improved site very soon
I think devenv refers to the exe file
devenv "C:\Documents and Settings\someuser\My Documents\Visual Studio\Projects\MySolution\MySolution.sln" /build Debug /project "CSharpWinApp\CSharpWinApp.csproj" /projectconfig Debug