3
Shouts

How to setup multiple startup projects in Visual Studio ? « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 1018 days, 23 hours, 27 minutes ago
Tuesday, August 10, 2010 9:39:42 PM GMT

In this blog post I am going to describe a small tips of visual studio where you will get to know how you can launch multiple project at same time. This is quite useful when you are working on a solution which having multiple project type and you want to run few of them in same time.

Let’s assume you have a frontend application which developed using WPF and in the backend you are calling a WCF Service. Now to test the application you need both of them on running stage. By default Visual Studio project Setup type sets to “Single Startup Project” . If you set any of the project as "Start up” then that project will start when you run the application. So after that you need to run the second project also. Below is the Project setup window where you can find the all the setting related with project start up. You can open that window by right clicking on “Solution” > “Properties” > “Common Properties” > “Startup Project”

category: Web Dev | clicked: 0 | | source: abhijitjana.net | show counter code
tags: Visual Studio, how to, set multiple startup project

No comments yet, be the first one to post comment.

To post your comment please login or signup