Can a winform project and ASP.NET project share the same solution?

B

Bruce W.1

I've got an ASP.NET application. To its solution I added a winform
project, because it is part of the same application. But I can't find a
way to start the winform project in Visual Studio. Whenever I hit F5 it
starts the ASP.NET application.

Is there something I'm doing wrong? Or should I abandon the notion of
these two projects sharing the same solution?

Thanks for your help.
 
D

David Clegg

Bruce said:
But I can't find a way to start the winform project in Visual Studio.
Whenever I hit F5 it starts the ASP.NET application.

I've never tried it with an ASP.NET project in a solution, but this
should work. Right-Click on the WinForms project in the Solution
Explorer and select "Set as StartUp Project".

--
Cheers,
David Clegg
dclegg_at_ebetonline_dot_com
http://cc.borland.com/codecentral/ccweb.exe/author?authorid=72299

Quality Central. The best way to bug Borland about bugs.
http://qc.borland.com

"You've tried and failed. The lesson here is, never try again." - Homer
Simpson
 
B

Bruce W.1

David said:
I've never tried it with an ASP.NET project in a solution, but this
should work. Right-Click on the WinForms project in the Solution
Explorer and select "Set as StartUp Project".
================================================

Thanks. I looked for that. That option is not available when you
right-click on a winforms project.
 
D

David Clegg

B

Bruce W.1

David said:
Bruce W.1 wrote:




What version of Visual Studio are you using? I just tried it in VS.NET
2003, and was able to get it to work.
=======================================================

It works for me now too. Odd, it didn't work before.

I deleted then recreated the winform project.

I'm using the latest greatest VS.

Thanks for your help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top