Hi all,
Thanks to Vince for writing this book and showing how all those c# concepts you read about in the beginning books work together. I worked through the solutions for chaps 1-3 and eventualy got everything to compile, but now
I'm stuck in chap. 4. As the compiler errors suggest, I checked to see if perhaps I left out a using directive or a reference in the solution, but everything seems to be there. I've decided to join the forum because I'm
stuck now for two days. I'm following the code exactly as in the book except for these changes:
rename solution to threeTierWebApp
changed PaidTimeOffUI to UI_Tier
changed V2.PaidTimeOfBLL to BL_Tier
changed V2.PaidTimeofDAL to DA_Tier
Here are the errors generated when I try to compile the entire solution, if anybody sees whats wrong please respond.
Description Project
Error 1 The name 'ConfigurationManager' does not exist in the current context \threeTierWebApp\DA_Tier\Framework\DBHelper.cs DA_Tier
Error 2 Metadata file \threeTierWebApp\DA_Tier\bin\Debug\DA_Tier.dll' could not be found BL_Tier
Error 3 Metadata file \threeTierWebApp\BL_Tier\bin\Debug\BL_Tier.dll' could not be found FrameworkContols
Error 4 The type or namespace name 'ENTBaseEO' could not be found (are you missing a using directive or an assembly reference?) \threeTierWebApp\UI_Tier\App_Code\BaseEditPage.cs
http://localhost/UI_Tier/
Error 5 BL_Tier.Framework.ENTUserAccountEO' is inaccessible due to its protection level \threeTierWebApp\UI_Tier\App_Code\BasePage.cs
http://localhost/UI_Tier/
Error 6 Inconsistent accessibility: property type 'BL_Tier.Framework.ENTUserAccountEO' is less accessible than property 'BasePage.CurrentUser' \threeTierWebApp\UI_Tier\App_Code\BasePage.cs
http://localhost/UI_Tier/
Error 7 The type or namespace name 'ENTMenuItemBOList' could not be found (are you missing a using directive or an assembly reference?) \threeTierWebApp\UI_Tier\App_Code\Globals.cs
http://localhost/UI_Tier/
Error 8 The type or namespace name 'ENTUserAccountEOList' could not be found (are you missing a using directive or an assembly reference?) \threeTierWebApp\UI_Tier\App_Code\Globals.cs
http://localhost/UI_Tier/