visual studio question

  • Thread starter Thread starter CSharper
  • Start date Start date
C

CSharper

I am reading 'Learning WCF' and there the author specifies to create a
solution and then create both client and host project in the same
solution. I mark the host as the startup project and when I compile
and run it it runs only the host side but will not run the client
side. Is it possible to run both client and host at the same time from
the same solution or am I missing something?
Thanks,
 
CSharper said:
I am reading 'Learning WCF' and there the author specifies to create a
solution and then create both client and host project in the same
solution. I mark the host as the startup project and when I compile
and run it it runs only the host side but will not run the client
side. Is it possible to run both client and host at the same time from
the same solution or am I missing something?

Right-click the solution, choose "Set Startup Projects" (note the plural).

For future reference, these questions are better asked in
microsoft.public.vstudio.general.
 
Right-click the solution, choose "Set Startup Projects" (note the plural)..

For future reference, these questions are better asked in
microsoft.public.vstudio.general.

Thanks J. For some reason, I love this group for one reason people are
very smart here. :)
 

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

Back
Top