I cut my project and pasted it in a different folder, and now it doesn't work anymore due to it not finding the correct path (which I deliberately changed).
Now my path looks like: \source\repos\App%name%with%spaces\namespacename\solutionfile.sln
,
which used to be: \source\repos\namespacename\namespacename.sln
.
Basically, I put the whole project in another folder called App%name%with%spaces
.
Now I get errors that they can't find the projects.assets.json
file. Does anyone know a solution to this?
EDIT: The "%" in the foldername is supposed to be a space. The spaces had been automatically changed to %
, so change the foldername to a name without spaces, because it is sensitive to that. E.g. change
App name with spaces\namespacename\solutionfile.sln
to App_name_with_underscores\namespacename\solutionfile.sln