Using VS2008 -
I downloaded the build 60226 and then opened the TheBeerHouseCS.sln from the TheBeerHouse_35_CS directory. When I Build the website, it gives all of the following errors:
Warning 1 The using directive for 'BLL.Forums' appeared previously in this namespace C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Forums\RSSForum.cs 6 7 TBHBLL
Warning 2 'TheBeerHouse.BLL.PollOptionList.this[int]' hides inherited member 'System.Collections.Generic.List<TheBeerHouse.Polls.PollOption>.this[int]'. Use the new keyword if hiding was intended. C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Polls\PollOptionList.cs 8 23 TBHBLL
Warning 3 The field 'TheBeerHouse.BLL.BaseRepository.disposedValue' is assigned but its value is never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Context\BaseRepository.cs 22 22 TBHBLL
Warning 4 The variable 'ex' is declared but never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Events\EventRSVPRepository.cs 24 22 TBHBLL
Warning 5 The field 'TBHSiteMapProvider._2005dependency' is never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Navigation\TBHSiteMapProvider.cs 29 18 TBHBLL
Warning 6 The field 'TBHSiteMapProvider._indexDesc' is never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Navigation\TBHSiteMapProvider.cs 30 17 TBHBLL
Warning 7 Field 'TheBeerHouse.AdminMenuItems._AdminPagesPaneIndex' is never assigned to, and will always have its default value null C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Navigation\AdminMenuItem.cs 31 37 TBHBLL
Warning 8 The field 'TBHSiteMapProvider._indexID' is never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Navigation\TBHSiteMapProvider.cs 32 17 TBHBLL
Warning 9 The field 'TBHSiteMapProvider._indexParent' is never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Navigation\TBHSiteMapProvider.cs 33 17 TBHBLL
Warning 10 The field 'TBHSiteMapProvider._indexRoles' is never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Navigation\TBHSiteMapProvider.cs 34 17 TBHBLL
Warning 11 The field 'TBHSiteMapProvider._indexTitle' is never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Navigation\TBHSiteMapProvider.cs 35 17 TBHBLL
Warning 12 The field 'TBHSiteMapProvider._indexUrl' is never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Navigation\TBHSiteMapProvider.cs 36 17 TBHBLL
Warning 13 Unreachable code detected C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Store\Order.cs 47 25 TBHBLL
Warning 14 The variable 'ex' is declared but never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Store\OrderStatusesRepository.cs 69 30 TBHBLL
Warning 15 The variable 'ex' is declared but never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Store\ShippingMethodsRepository.cs 71 30 TBHBLL
Warning 16 The variable 'xRss' is assigned but its value is never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Forums\RSSForum.cs 77 27 TBHBLL
Warning 17 The variable 'ex' is declared but never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Store\DepartmentRepository.cs 78 30 TBHBLL
Warning 18 The variable 'ex' is declared but never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Store\OrderItemsRepository.cs 88 30 TBHBLL
Warning 19 The variable 'ex' is declared but never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Store\ProductsRepository.cs 128 30 TBHBLL
Warning 20 The variable 'ex' is declared but never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Store\OrdersRepository.cs 136 30 TBHBLL
Warning 21 The variable 'ex' is declared but never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Polls\PollsRepository.cs 152 30 TBHBLL
Warning 22 The variable 'ex' is declared but never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Navigation\SiteMapRepository.cs 188 30 TBHBLL
Warning 23 The variable 'ex' is declared but never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Articles\ArticleRepository.cs 386 30 TBHBLL
Warning 24 The variable 'ex' is declared but never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Articles\ArticleRepository.cs 413 30 TBHBLL
Warning 25 The variable 'ex' is declared but never used C:\thebeerhouse-60226\TheBeerHouse_35_CS\TBHBLL\Articles\ArticleRepository.cs 441 34 TBHBLL
Warning 26 Unable to update auto-refresh reference 'ajaxcontroltoolkit.dll'. Cannot find assembly 'C:\thebeerhouse-60226\BeerHouseVB\VB\BeerHouse35\Bin\AjaxControlToolkit.dll'. C:\thebeerhouse-60226\TheBeerHouse_35_CS\BeerHouse35\Bin\ajaxcontroltoolkit.dll.refresh C:\...\BeerHouse35\
Error 27 The type or namespace name 'Gallery' does not exist in the namespace 'TheBeerHouse' (are you missing an assembly reference?) C:\thebeerhouse-60226\TheBeerHouse_35_CS\BeerHouse35\App_Code\GalleryService.cs 5 20 C:\...\BeerHouse35\
Error 28 The type or namespace name 'Picture' could not be found (are you missing a using directive or an assembly reference?) C:\thebeerhouse-60226\TheBeerHouse_35_CS\BeerHouse35\App_Code\GalleryService.cs 19 17 C:\...\BeerHouse35\