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\
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{snip}
It is August 2010 and I got the latest bits from CodePlex and attempted to build and run this, and have the same exact problem. Where can working source bits be found?
when i d-l the 3.5 ver of tbh i had the same problem, however i have worked with the 2.0 ver without any problems. when i decided to upgrade to 3.5 i had a lot of files i customized. i didn't want to have to reduild them for the 3.5 ver so when i opened
my 2.0 file with wvd 2008 3.5 it said my the web was an old vertion and do i want to upgrade it? i said yes and it converted my 2.0 web site to a 3.5 (i think) etheir way it works fine and have using linq in the code behind files. hope this help
DotNet-Step1
Member
103 Points
158 Posts
Build Error
Oct 21, 2009 10:58 PM|LINK
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\
dreamcheater
Member
2 Points
1 Post
Re: Build Error
Mar 23, 2010 07:29 PM|LINK
I am having this same issue. Has anyone found a resolution for this problem?
Nic Smith
rowec
Member
8 Points
6 Posts
Re: Build Error
Jun 04, 2010 06:51 PM|LINK
VaMan
Member
2 Points
1 Post
Re: Build Error
Aug 20, 2010 03:51 AM|LINK
It is August 2010 and I got the latest bits from CodePlex and attempted to build and run this, and have the same exact problem. Where can working source bits be found?
tbh codeplex mvc wrox
jim alan
Member
8 Points
8 Posts
Re: Build Error
Dec 29, 2010 08:13 AM|LINK
when i d-l the 3.5 ver of tbh i had the same problem, however i have worked with the 2.0 ver without any problems. when i decided to upgrade to 3.5 i had a lot of files i customized. i didn't want to have to reduild them for the 3.5 ver so when i opened my 2.0 file with wvd 2008 3.5 it said my the web was an old vertion and do i want to upgrade it? i said yes and it converted my 2.0 web site to a 3.5 (i think) etheir way it works fine and have using linq in the code behind files. hope this help