View Single Post
  #1 (permalink)  
Old June 13th, 2012, 07:21 AM
sibonelo sibonelo is offline
Registered User
 
Join Date: Jun 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Chapter 4 - ASP .NET Enterprise Application Dev

When building solution for chapter 4, I get errors such as:

1. The type or namespace name 'Framework' does not exist in the namespace 'V2.PaidTimeOffBLL' (are you missing an assembly reference?) C:\Users\sibonelom\Visual Studio 2008\Projects\PaidTimeOffSolution\PaidTimeOffSolut ion\V2.FrameworkControls\MenuTabs.cs 9 25 V2.FrameworkControls

2. Error 4 The type or namespace name 'ENTMenuItemBOList' could not be found (are you missing a using directive or an assembly reference?) C:\Users\sibonelom\Visual Studio 2008\Projects\PaidTimeOffSolution\PaidTimeOffSolut ion\V2.FrameworkControls\MenuTabs.cs 24 16 V2.FrameworkControls

Please help, I'm stuck.