472,977 Members | 1,640 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,977 software developers and data experts.

Visual studio 2005

Hi,

I have a solution with many projects. I want to automate the process of
compilation , so i want to run the build process on command line. What
should i do for the same ? I have visual studio 2005 installed on my
PC.
Regards,
Sunil Virmani

Jun 1 '06 #1
5 1541
> I have a solution with many projects. I want to automate the process of
compilation , so i want to run the build process on command line. What
should i do for the same ? I have visual studio 2005 installed on my
PC.


You can do that using devenv:
Devenv SolutionName /build SolnConfigName [/project ProjName [/projectconfig
ProjConfigName]]Check MSDN for more details.

--

Kind regards,
Bruno van Dooren
br**********************@hotmail.com
Remove only "_nos_pam"
Jun 1 '06 #2
When we create a solution is there any default "SolnConfigName" created
?

Regards,
Sunil
Bruno van Dooren wrote:
I have a solution with many projects. I want to automate the process of
compilation , so i want to run the build process on command line. What
should i do for the same ? I have visual studio 2005 installed on my
PC.


You can do that using devenv:
Devenv SolutionName /build SolnConfigName [/project ProjName [/projectconfig
ProjConfigName]]Check MSDN for more details.

--

Kind regards,
Bruno van Dooren
br**********************@hotmail.com
Remove only "_nos_pam"


Jun 2 '06 #3
su*****@rediffmail.com wrote:
When we create a solution is there any default "SolnConfigName"
created ?


Yes, the default solution configurations are named "Debug" and "Release".

-cd
Jun 2 '06 #4


Oh sorry for silly question , i thought we need to specify some xml
file. Well i have just one more question . I have specified some build
order for the projects in the solution file . I have also specified
some post Build and pre-build event in that solution file. Will it be
able to run them also.In nut shell will whole building process will be
like replica of running the build process in the Visual Studio 2005
IDE.

Regards,
Sunil
Carl Daniel [VC++ MVP] wrote:
su*****@rediffmail.com wrote:
When we create a solution is there any default "SolnConfigName"
created ?


Yes, the default solution configurations are named "Debug" and "Release".

-cd


Jun 2 '06 #5
> Oh sorry for silly question , i thought we need to specify some xml
file. Well i have just one more question . I have specified some build
order for the projects in the solution file . I have also specified
some post Build and pre-build event in that solution file. Will it be
able to run them also.In nut shell will whole building process will be
like replica of running the build process in the Visual Studio 2005
IDE.


Yes.
AFAIK, /build is for all practical purposes identical to right clicking your
solution in solution explorer and selecting 'build'.

--

Kind regards,
Bruno van Dooren
br**********************@hotmail.com
Remove only "_nos_pam"
Jun 2 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Shapper | last post by:
Hello, I am starting 2 new projects to deliver in January 2006. I want to create them in Asp.Net 2.0 using Visual Studio 2005. All my clients web sites are Visual Studio 2003 projects in...
0
by: fiona | last post by:
Innovasys Ltd., a leader in help authoring and documentation tools, today announced the inclusion of a tailored version of the Innovasys HelpStudio help authoring product, HelpStudio Lite, in the...
2
by: Progman | last post by:
I have Visual Studio 2005 Standard edition. Is ti the same thing as the Express edition or Standard is more?
12
by: Nathan Sokalski | last post by:
I recently upgraded to from Visual Studio .NET 2003 to Visual Studio .NET 2005. In Visual Studio .NET 2003 when I would select 'Build' it would add a *.dll with the name of the Project to a /bin/...
18
by: surfrat_ | last post by:
Hi, I am having the following problems in getting Microsoft Visual Studio 2005 Professional to link to an Access .mdb database. Please help me to sort this out. Problem 1: The Microsoft...
8
by: WT | last post by:
Is it normal that Visual Studio sets the PreInit handler for a Page from the OnInit code ? No chance to fire it as OnPreInit is run befor OnInit. ??? CS
3
by: Edwin Smith | last post by:
I have a 2 form project in VS2005 that now hangs whenever I try to do anything with the second form. This seems to have started when I added some SQL tables from a Pervasive v.9 database using the...
1
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in...
1
by: Dr T | last post by:
Hi! I downloaded MS Visual Web Developer 2005 Express Edition, MS .NET Framework SDK v2.0, and MS SQL Server 2005. Subsequently, I bought MS Visual Studio 2005 Professional Edition. 1) Are...
3
by: Rachel Garrett | last post by:
This is driving me mad. I have Visual Studio.NET PRO 2005 installed on my machine at work. I want to write a web service. I find lots of tutorials on how to do this with Visual Studio.NET; some are...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.