visual studio general

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

hi friends

atm. I have two projects under 1 solution one client and one server...

I was wondering if its possible to compile both from the designer in one go
so that both begins to run at the same time.

thanks
Tom
 
Hi Tom,

Not sure how the order of compilation has anything at all to do with the
order of execution.
Set your client app to run in the debugger, and let that start your server
app.

Are you using remoting? Web services? something else?

--- Nick
 
Back
Top