Changing Visual Studio web project path

  • Thread starter Thread starter Eric1234567890
  • Start date Start date
E

Eric1234567890

Guest
I have a Visual Studio web project developed in 2012 and was migrated to 2019. Everything works fine until I try to move the files from i:\Visual Studio 2019\Projects\MyProject to c:\Users\Me\source\Workspaces\MyProject. Every time I load the project it says:

http://localhost:##### : error : Unable to retrieve folder information from the server. Cannot read from folder 'I:\Visual Studio 2019\Projects\MyProject'. The system cannot find the path specified.

My guess is that somewhere I need to configure http://localhost:##### to point to the new location but I cannot seem to find that.

Are there any step by step guides to properly moving the web project's file location?

Thanks!

Continue reading...
 
Back
Top