• Skip to main content
  • Skip to primary sidebar

Technipages

Tutorials and fixes for smartphone, gadget, and computer problems

  • Topics
    • Android
    • Gaming
    • Hardware
    • Internet
    • iOS
    • MacOS
    • Office
    • Software
    • Windows
    • Definitions
  • Product Reviews
  • Downloads
  • About Technipages
Visual Studio: Change Project Path

Visual Studio: Change Project Path

By Mitch Bartlett 7 Comments

Microsoft Visual Studio doesn’t make it very easy to change the project path for your development project. We came up with our own solution though. Hopefully this tutorial works for you.

1. Save and close the project if you have it open.

2. Navigate to the location where your project is stored using Windows File Explorer.

3. Move all of the project files to the new location. In this example, I am moving my project from a folder at C:\Users\mbartlett\source\repos\ConsoleApp2 to C:\Users\mbartlett\source\repos\MyNewFolder.

4. Right-click the solution file (.SLN), then select “Edit with Notepad“.

5. Change the line (usually line 6) that starts with “Project” to reflect the path you wish to use. For example, if I want to change the path of my ConsoleApp2 project from “ConsoleApp2\ConsoleApp2.vbproj” to “MyNewFolder\ConsoleApp2.vbproj” I would make these changes to that line:

Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ConsoleApp2", "ConsoleApp2\ConsoleApp2.vbproj", "{AFEA4FB5-B58A-498F-99A6-076B6F56601A}"

to

Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ConsoleApp2", "MyNewFolder\ 
 ConsoleApp2.vbproj", "{AFEA4FB5-B58A-498F-99A6-076B6F56601A}

6. Now save your changes and close Notepad.

7. Open the project folder from its new location, then double-click it to open the project file (vbproj, cproj, etc). The project will open as normal and you should now be able to modify the project in its new location.

You Might Also Like

  • Visual Studio: How to Turn Off Autocomplete
    Visual Studio: How to Turn Off Autocomplete
  • Visual Studio: Reset All Settings
    Visual Studio: Reset All Settings
  • Visual Studio: Disable Precompiled Headers
    Visual Studio: Disable Precompiled Headers
  • Visual Studio: Open Solution Explorer
    Visual Studio: Open Solution Explorer
  • Visual Studio: Reset Window Layout
    Visual Studio: Reset Window Layout
  • Visual Studio: Enable/Disable ESLint
    Visual Studio: Enable/Disable ESLint
  • Visual Studio: Enable/Disable Native Code Debugging
    Visual Studio: Enable/Disable Native Code Debugging
  • How to Change the Download Path on Windows 11
    How to Change the Download Path on Windows 11
  • Camtasia: An Error Occurred While Zipping Project File
    Camtasia: An Error Occurred While Zipping Project File

Filed Under: Software Tagged With: Visual Studio 2019

Reader Interactions

Comments

  1. Dan D says

    July 25, 2021 at 1:53 pm

    Since I renamed the folder, it broke the path link.
    Simple sol’n, add a new folder that was renamed to the workspace and delete the old broken folder.

  2. Guilnaz says

    June 10, 2021 at 11:23 am

    Please help me wirh this problem:
    I have a project with lots of .vb files. Accidentally I moved some of them to a separate folder. When I realized I took them back, however the file path adress for those files have been changed.
    Although they exist in the same folder as my solution file, but when I open the solution file in Visual studio, I get errors for not beeing able to find those files.
    How can I fix this? Is there any way to change the file path in the properties or so on?
    some of those files are .Design.vb files which are the interface files for the project. When I add them through the add existing item icon, I will get some errors and the interface does not show up.

  3. MADAD says

    March 29, 2021 at 6:55 am

    VERY GOOD thinks

  4. Jan Speyer says

    June 18, 2020 at 3:06 am

    Hi Mitch,

    Actually there’s no editing of the solution file required. What I did:
    – Move the projects to the desired location
    – Open Visual Studio (in my case version 2019)
    – Navigate to Tools > Options > Projects and Solutions
    – Change the (3) project locations to the new desired locations
    – Don’t open your solution on the left bar which says ‘open recent’ because they point to the original location, but open your solution on the right bar which says ‘get started’
    – This is it :-).

  5. Qiniso Mazibuko says

    June 5, 2020 at 9:21 am

    Thank you Mitch, just saved me so much time

  6. Mark Hussey says

    April 24, 2020 at 9:39 am

    Easy Peasy! Thanks a million.

  7. Zeehsan Haider says

    December 23, 2019 at 12:32 am

    Thank you so much. I worked. It saved my project.

Did this help? Let us know!

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Recent Posts

  • Windows 11: How to Add Clocks with Different Time Zones
  • Google Assistant: How to Never Miss a Birthday
  • Windows 11: How to Disable Notifications and Ads
  • How to Use Oculus Quest 2 Air Link
  • How to Create an Avatar in the Oculus Quest 2
  • 5 Free and Fun Math Apps for Kids
  • Windows 11: How to Discover What Graphics Card You’re Using
  • How to Change Display Resolution on Windows 10 and 11

Who’s Behind Technipages?

Baby and Daddy My name is Mitch Bartlett. I've been working in technology for over 20 years in a wide range of tech jobs from Tech Support to Software Testing. I started this site as a technical guide for myself and it has grown into what I hope is a useful reference for all.

You May Also Like

  • Web Standards Project

© Copyright 2022 Technipages · All Rights Reserved · Privacy