|
-
Oct 21st, 2009, 11:42 AM
#1
[RESOLVED] Solution with asp.net website project, wpf project, windows project startup question
Hi,
We have an upcoming large project that has multiple class libraries,and different types of user interfaces such as asp.net website, windows forms project, wpf project..I mean, each of the projects have specific ways to show the startup form/page..
My question is how would I display a specific startup page/form during compilation or runtime given I have multiple projects?
To explain further, here's the scenario...
First, if I would test the login page (aspx) which is inside the solution..So if I press F5, the aspx login page would show.. (win form and wpf wont show)
Next, I want to test the wpf login form..If I press F5, wpf login form would show..(aspx and win form wont show)
Next, I want to test the windows form..If I press F5, windows form login screen would show...(wpf and aspx wont show)
Is there a setting that I would change in visual studio 2008? Hope you get my point...
Thanks...
Greg
-
Oct 21st, 2009, 01:54 PM
#2
Member
Re: Solution with asp.net website project, wpf project, windows project startup quest
Because you say that you have multiple projects with many forms, sites and so on try this
menu project -> Set as start project(chosen project with project start page to display).
-
Oct 21st, 2009, 09:28 PM
#3
-
Oct 21st, 2009, 10:39 PM
#4
Re: [RESOLVED] Solution with asp.net website project, wpf project, windows project st
Wouldn't you just right-click the project in the Solution Explorer and select Set As Startup Project? Also, you can start any project from a right-click whether it's the startup project or not.
-
Oct 21st, 2009, 10:47 PM
#5
Re: [RESOLVED] Solution with asp.net website project, wpf project, windows project st
Tnx dude..I just discovered a while ago..Tnx for the including it...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|