I have a solution that uses Solution Packages to separate projects. In the Visual Studio IDE, the solution is well built.
However, when I run the build using MSBuild from the command line, I get the following error: -
Solution file error MSB5023: Error parsing the nested project section in solution file. A project with the GUID "{Some Project GUID}" is listed as being nested under project "{Some Solution Folder Project GUID}", but does not exist in the solution.
Now I checked these two GUIDs and they exist, one as a project, the other as the solution folder into which the project is embedded. There should be no problem.
Does anyone have a way to resolve this?
source share