iAteABug_And_iLiked_it
iAteABug_And_iLiked_it

Reputation: 3795

Can I run two instances of a XAML file in a Visual Studio project?

Hi There: Noob question

I am working on learning C# Asyn server and client sockets.My server accepts multiple clients together and I want to run 2+ clients simulatenously to test it

In Eclipse when working on a similar Java application, I could simply (F9)run my server.java and then run client.java TWICE by clicking run.

How can I achieve something similar in Visual Studio, do I have to run multiple instances of Visual studio, or is there a way to do it as it is done in eclipse? thanks

Upvotes: 0

Views: 285

Answers (1)

Matten
Matten

Reputation: 17631

Right click on the client project, Debug/Run->Start new instance.

Upvotes: 1

Related Questions