Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 940959
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T22:02:32+00:00 2026-05-15T22:02:32+00:00

Under my solution I have 2 projects Project A console application , Project B

  • 0

Under my solution I have 2 projects Project A console application , Project B Winforms Window.

How I can From Project B to start new process with console application from Project A ?

I tried to making it via

    Process note = new Process();

    note.StartInfo.FileName   = "note.exe";
    note.StartInfo.Arguments = "123";

    note.Start();

But in that way i cant debug both processes from one vs instance . Any idea ?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T22:02:33+00:00Added an answer on May 15, 2026 at 10:02 pm

    If the only reason that you want to start the two projects is that you want to be able to debug both of them you can also configure your solution to have multiple startup projects:

    Solution -> Properties -> Set Startup Projects…

    If you are going to start the other project as a separate project anyway, you could use

    Debug -> Attach to Process

    to attach to the newly started process. Then you will also be able to debug both processes in Visual Studio. Attaching the debugger can also be achieved programmatically. In project A you can add the following code to the Main method:

    #if DEBUG
        System.Diagnostics.Debugger.Launch();
    #endif
    

    In the dialog that will then pop up you can select the already running instance of Visual Studio.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 508k
  • Answers 508k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Maybe you already saw this, but its a good place… May 16, 2026 at 4:22 pm
  • Editorial Team
    Editorial Team added an answer document.body.background refers to the deprecated background attribute of the body… May 16, 2026 at 4:22 pm
  • Editorial Team
    Editorial Team added an answer This is very useful if the templatized class requires functionality… May 16, 2026 at 4:22 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I have a solution where i have 3 WPF projects under it (Project UI-A,
I have multiple .net projects under a solution. Specifically, i have few content files
I have a weird problem when running an application that uses GNOME's libxml2 under
I understand that is not possible to have applications with multiple entry points under
I have a Visual Studio 2008 Solution where the main output exe is a
We have been given a little project (As part of my OS course) to
I have a VS 2008 solution that includes a web site and a web
For every project it's like having two parts: the Rails application and then all
We have been getting a range on infuriating error dialogs using Visual Studio 2008
My test code in Maven project B (which is a child of project A)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.