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. :)
 
Back
Top