Link to home
Start Free TrialLog in
Avatar of gomz_5
gomz_5

asked on

'Setting Startup Projects' in Visual Studio

I have several projects in one Visual Studio Solution. One of the projects is an SSIS project. I have to keep setting my main C# project as the startup each time I need the whole solution to build. Currently my SSIS project always sets itself as the startup.

So my question is how set the startup to a C# project and leave it as that permanently. Currently I have to keep changing it from the SSIS proj.

I have tried setting it up thro Properties and it doesnt work.
Avatar of Reza Rad
Reza Rad
Flag of New Zealand image

just right click on project in visual studio
and select Set As Startup Project
right click on the solution -> properties -> set startup project to single startup project and select your project then OK

restart your visual studio
Avatar of utter77
utter77

you also have to save you solution.
Avatar of gomz_5

ASKER

I m sorry - None of the suggestions work. Have u ppl tried having an SSIS project along with C# projects and tried this scenario ?

I m trying to avoid having to set Startup projects repeatedly. The startup project always defaults to the SSIS project.
ASKER CERTIFIED SOLUTION
Avatar of angus_young_acdc
angus_young_acdc
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial