The reason you're getting the error on TBH_Deploy is that TBH_Deploy
is a Web Deployment project, and you don't have Web Deployment Projects
installed in Visual Studio. Web Deployment Projects are not included in
the default installation of VS -- it's a separate download.
However,
this is a separate project that won't affect how the application runs
at all. You can either ignore the error for now and wait until you get
to the the last chapter to read about Web Deployment Projects, or you
can go ahead and download the Web Deployment Project plug-in now. Either way is fine.
// ******************************if (this.PostHelpedYou)
{
MarkAsAnswer();
}