question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error parsing the nested project section in solution file.

See original GitHub issue

I downloaded an ASP.NET Core 1.x template with the .NET Core 1.1 framework, single page web application and module zero.

I opened the solution in the aspnet-core folder in Visual Studio Enterprise 2017.

I set the Web.Host project as the startup project.

In the Web.Host project I edited the appsettings.json file and changed the connection string to: "Server=(localDb)\\MSSQLLocalDb"

I opened the Package Manager Console and ran update-database.

Expected: The database to be built

Actual: Build Failure. Error: Error parsing the nested project section in solution file. A project with the GUID "{A2213374-BB48-48FD-BBD4-81E6A961D866}" is listed as being nested under project "{AFAA0841-BD93-466F-B8F4-FB4EEC86F1FC}", but does not exist in the solution. C:\Source\BoilerplateDemo\aspnet-core\BoilerplateDemo.sln

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ismcagdascommented, May 23, 2017

Fixed on aspnetboilerplate.com

0reactions
aodendaalcommented, May 6, 2017

I fixed the 'path' cannot be an empty string ("") or start with the null character. by right-clicking on the solution and selecting Disable Lightweight Solution Load and restarting VS.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Command Line Build error: Solution file error MSB5023 ...
Solution file error MSB5023: Error parsing the nested project section in solution file. A project with the GUID "{Some Project GUID}" is ...
Read more >
Solution file error MSB5023: Error parsing the nested ...
I have a solution which uses Solution Folders to split out the projects. In the Visual Studio IDE, the solution builds fine. ......
Read more >
Mistake in .sln Can Cause NuGet Restore Task in Build to ...
This was the issue fixing change done in.sln file nested projects section. This project was moved to a different solution folder hierarchy and ......
Read more >
Nuget restore fails with error "Error parsing solution file at d ...
I am using AzurePipelines and Windows2019 as agent. Without any code change, Nuget restore is failing with the error as below.
Read more >
Error parsing the nested project section in solution file.
After merging the solution file while getting the latest version and checking back in, the TFS automatic build triggered by the check-in failed....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found