Jim can move this over to the books forum if need be.
Imar is quite correct in his deduction. It seems that you do not have the necessary software installed to run the project. You havent, for example, said which IDE you are using. (I have not read the book nor the chapter in question since this is really a code problem and not a problem with the manuscript.)
Can I assume that you are using Visual C# Express since, after all, this is a C# Book? Or are you using Visual Studio 2Kx? In my original post I said that I tested the .sln file in Visual Studio 2005/2008 and also in Visual Web Developer and the solution opened fine. I do not have Visual C# Express installed on this PC but I bet if I try to open that .sln file in VCE I will get the same error that you are receiving.
Here is why: The express products are designed to do very specific things, VCE for example, will allow you to design Console and Windows form applications in C# but not web projects, you need Visual Web Developer to do that. So if you are trying to open the project in VCE it is going to fail since it is not designed to handle web projects (the project in question is a web project).
If you are trying to open it in Visual Studio, as Imar said, you may not have a complete install of Visual Studio and should investigate that.
hth.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
Technical Editor for:
Beginning Visual C# 2008
Professional Search Engine Optimization with ASP.NET
Professional IIS 7 and ASP.NET Integrated Programming
Wrox Blox: Introduction to Google Gears
Wrox Blox: Create Amazing Custom User Interfaces with WPF and .NET 3.0
================================================== =========