locked
Always problems creating a new solution - never in the right place, never the right name RRS feed

  • Question

  • User379720387 posted

    Here is where I want the new solution to be:

    Users/name/Source/Repos/XX

    Inside XX I would have:

    .vs

    .gitignore

    Website:

     App_Data

     App_Code

     Default

    etc

    What do I put in the New Project dialog to get the desired result?

    Name?

    Location?

    Solution?

    I will be creating a Razor V3 solution in case that matters.

    Friday, May 11, 2018 10:49 PM

Answers

  • User347430248 posted

    Hi Wavemaster,

    You just need to open the dialog to create a ne project and just try to provide a name of the solution and name of the project if you want to create a project on path below.

    Users/name/Source/Repos/XX

    You not need to add anything in path, Just leave it as it is. It will create a folder in 'Repos' folder with solution name.

    You can refer the image below.

    Output:

    Regards

    Deepak

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, May 14, 2018 12:48 AM

All replies

  • User347430248 posted

    Hi Wavemaster,

    You just need to open the dialog to create a ne project and just try to provide a name of the solution and name of the project if you want to create a project on path below.

    Users/name/Source/Repos/XX

    You not need to add anything in path, Just leave it as it is. It will create a folder in 'Repos' folder with solution name.

    You can refer the image below.

    Output:

    Regards

    Deepak

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, May 14, 2018 12:48 AM
  • User379720387 posted

    Thanks!

    Monday, May 14, 2018 3:40 PM