Link to home
Start Free TrialLog in
Avatar of DistillingExperts
DistillingExperts

asked on

How to run a project in VIsual Studio in a fast way

I have many projects in a solution in VS 2010. I need to run one at a time and always I have to do the following: click in the project, mouse right-botton, Debug, Start New Instance.

Is there a easier way? It is only C# programs, not ASP .NET or anything like that.
Avatar of khan_webguru
khan_webguru
Flag of Australia image


press just

ctrl+f5

or

f5
ASKER CERTIFIED SOLUTION
Avatar of Imran Javed Zia
Imran Javed Zia
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ctrl+f5 is without debugging

and

f5 is with debugging

That might help you.

Thanks,