Link to home
Start Free TrialLog in
Avatar of mathieu_cupryk
mathieu_cuprykFlag for Canada

asked on

Community Server from ASP.NET Error.

Where do I start to fix my code.

------ Rebuild All started: Project: Components, Configuration: Release_Local Any CPU ------
Csc.exe /noconfig /unsafe- /checked- /nostdlib- /warn:4 /baseaddress:285212672 /define:TRACE /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Drawing.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.Services.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Xml.dll /debug- /filealign:4096 /optimize+ /out:obj\Release_Local\CuprykForums.Components.dll /target:library /warnaserror- AssemblyInfo.cs BlockedIpAddresses.cs Censors.cs Censorships.cs Components\Avatar.cs Components\BlockedIpAddress.cs Components\Censor.cs Components\Censorship.cs Components\Email.cs Components\EncryptionInfo.cs Components\Exceptions.cs Components\Formatter.cs Components\Forum.cs Components\ForumContext.cs Components\ForumException.cs Components\ForumGroup.cs Components\ForumImage.cs Components\ForumMessage.cs Components\ForumPermission.cs Components\Globals.cs Components\ModeratedForum.cs Components\ModerationAudit.cs Components\ModerationQueueStatus.cs Components\Moderator.cs Components\Post.cs Components\PostAttachment.cs Components\PostSet.cs Components\PrivateMessage.cs Components\Rank.cs Components\Rating.cs Components\Report.cs Components\ReportProcessBase.cs Components\ResourceManager.cs Components\Role.cs Components\RssPingback.cs Components\SearchResult.cs Components\SearchResultSet.cs Components\Service.cs Components\ServiceSchedule.cs Components\SiteSettings.cs Components\SiteStatistics.cs Components\SiteUrls.cs Components\Smiley.cs Components\Smily.cs Components\SourceMarkUp.cs Components\StringTransforms.cs Components\Style.cs Components\Thread.cs Components\ThreadSet.cs Components\Transforms.cs Components\User.cs Components\UserCookie.cs Components\UserSet.cs Components\VoteDetails.cs Components\VoteResult.cs Components\VoteResultCollection.cs Configuration\ForumConfiguration.cs DisallowedNames.cs Emails.cs Enumerations\AccountActivation.cs Enumerations\AdminEnums.cs Enumerations\CreateEditPostMode.cs Enumerations\CreateUserStatus.cs Enumerations\DataProviderAction.cs Enumerations\EmailType.cs Enumerations\ForumAnchorType.cs Enumerations\ForumExceptionType.cs Enumerations\ForumListStyle.cs Enumerations\ForumMode.cs Enumerations\MemberSort.cs Enumerations\ModeratedForumMode.cs Enumerations\ModerationEnums.cs Enumerations\MovedPostStatus.cs Enumerations\PostEnums.cs Enumerations\PostType.cs Enumerations\SearchMode.cs Enumerations\SearchWhat.cs Enumerations\SecurityEnums.cs Enumerations\SortOrder.cs Enumerations\SortThreadsBy.cs Enumerations\SortUsersBy.cs Enumerations\ThreadDateFilterMode.cs Enumerations\ThreadViewMode.cs Enumerations\ToSearch.cs Enumerations\UserAttributes.cs Enumerations\UserEnums.cs Enumerations\UserImageButtonMode.cs Enumerations\ViewOptions.cs ForumGroups.cs ForumMessages.cs ForumPermissions.cs Forums.cs HttpHandler\AvatarHttpHandler.cs HttpModule\ForumsHttpModule.cs Moderate.cs Nntp.cs Nntp\NntpClient.cs Nntp\NntpForum.cs Nntp\NntpGroup.cs Nntp\NntpPost.cs Posts.cs PrivateMessages.cs Provider\ForumsDataProvider.cs Ranks.cs Reports.cs Resources.cs Roles.cs Rss.cs Search.cs Search\Indexer.cs Search\Word.cs Services.cs Smilies.cs Styles.cs Threads.cs Users.cs Votes.cs
c:\inetpub\wwwroot\cuprykserver\components\components\role.cs(9,18): warning CS0659: 'CuprykForums.Components.Role' overrides Object.Equals(object o) but does not override Object.GetHashCode()
c:\inetpub\wwwroot\cuprykserver\components\httpmodule\forumshttpmodule.cs(187,4): error CS0104: 'Roles' is an ambiguous reference between 'System.Web.Security.Roles' and 'CuprykForums.Components.Roles'
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\inetpub\wwwroot\cuprykserver\components\httpmodule\forumshttpmodule.cs(187,22): error CS0104: 'Roles' is an ambiguous reference between 'System.Web.Security.Roles' and 'CuprykForums.Components.Roles'
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\inetpub\wwwroot\cuprykserver\components\httpmodule\forumshttpmodule.cs(188,10): error CS0117: 'System.Web.Security.Roles' does not contain a definition for 'GetUserRoles'
c:\inetpub\wwwroot\cuprykserver\components\search.cs(34,18): warning CS0219: The variable 'performLikeMatch' is assigned but its value is never used
c:\inetpub\wwwroot\cuprykserver\components\users.cs(211,5): error CS0104: 'Roles' is an ambiguous reference between 'CuprykForums.Components.Roles' and 'System.Web.Security.Roles'
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
c:\inetpub\wwwroot\cuprykserver\components\users.cs(253,13): warning CS0168: The variable 'ex' is declared but never used
c:\inetpub\wwwroot\cuprykserver\components\users.cs(887,24): error CS0104: 'Roles' is an ambiguous reference between 'CuprykForums.Components.Roles' and 'System.Web.Security.Roles'
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
c:\inetpub\wwwroot\cuprykserver\components\censorships.cs(31,14): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteCensorship'
c:\inetpub\wwwroot\cuprykserver\components\nntp.cs(18,37): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'NntpGetLastPostNumber'
c:\inetpub\wwwroot\cuprykserver\components\nntp.cs(35,24): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'NntpAddPost'
c:\inetpub\wwwroot\cuprykserver\components\nntp.cs(60,39): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'NntpGetNntpForums'
c:\inetpub\wwwroot\cuprykserver\components\components\votedetails.cs(26,13): warning CS1717: Assignment made to same variable; did you mean to assign something else?
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(18,14): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'GetBlockedIpAddress'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(41,56): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'GetBlockedIpAddresses'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(58,7): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteBlockedIpAddress'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(67,7): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteBlockedIpAddress'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(76,7): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteBlockedIpAddress'

Build complete -- 14 errors, 4 warnings
------ Rebuild All started: Project: Components, Configuration: Debug_Local Any CPU ------
Csc.exe /noconfig /unsafe- /checked- /nostdlib- /warn:4 /baseaddress:285212672 /define:DEBUG;TRACE /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Drawing.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.Services.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Xml.dll /debug+ /filealign:4096 /optimize- /out:obj\Debug_Local\CuprykForums.Components.dll /target:library /warnaserror- AssemblyInfo.cs BlockedIpAddresses.cs Censors.cs Censorships.cs Components\Avatar.cs Components\BlockedIpAddress.cs Components\Censor.cs Components\Censorship.cs Components\Email.cs Components\EncryptionInfo.cs Components\Exceptions.cs Components\Formatter.cs Components\Forum.cs Components\ForumContext.cs Components\ForumException.cs Components\ForumGroup.cs Components\ForumImage.cs Components\ForumMessage.cs Components\ForumPermission.cs Components\Globals.cs Components\ModeratedForum.cs Components\ModerationAudit.cs Components\ModerationQueueStatus.cs Components\Moderator.cs Components\Post.cs Components\PostAttachment.cs Components\PostSet.cs Components\PrivateMessage.cs Components\Rank.cs Components\Rating.cs Components\Report.cs Components\ReportProcessBase.cs Components\ResourceManager.cs Components\Role.cs Components\RssPingback.cs Components\SearchResult.cs Components\SearchResultSet.cs Components\Service.cs Components\ServiceSchedule.cs Components\SiteSettings.cs Components\SiteStatistics.cs Components\SiteUrls.cs Components\Smiley.cs Components\Smily.cs Components\SourceMarkUp.cs Components\StringTransforms.cs Components\Style.cs Components\Thread.cs Components\ThreadSet.cs Components\Transforms.cs Components\User.cs Components\UserCookie.cs Components\UserSet.cs Components\VoteDetails.cs Components\VoteResult.cs Components\VoteResultCollection.cs Configuration\ForumConfiguration.cs DisallowedNames.cs Emails.cs Enumerations\AccountActivation.cs Enumerations\AdminEnums.cs Enumerations\CreateEditPostMode.cs Enumerations\CreateUserStatus.cs Enumerations\DataProviderAction.cs Enumerations\EmailType.cs Enumerations\ForumAnchorType.cs Enumerations\ForumExceptionType.cs Enumerations\ForumListStyle.cs Enumerations\ForumMode.cs Enumerations\MemberSort.cs Enumerations\ModeratedForumMode.cs Enumerations\ModerationEnums.cs Enumerations\MovedPostStatus.cs Enumerations\PostEnums.cs Enumerations\PostType.cs Enumerations\SearchMode.cs Enumerations\SearchWhat.cs Enumerations\SecurityEnums.cs Enumerations\SortOrder.cs Enumerations\SortThreadsBy.cs Enumerations\SortUsersBy.cs Enumerations\ThreadDateFilterMode.cs Enumerations\ThreadViewMode.cs Enumerations\ToSearch.cs Enumerations\UserAttributes.cs Enumerations\UserEnums.cs Enumerations\UserImageButtonMode.cs Enumerations\ViewOptions.cs ForumGroups.cs ForumMessages.cs ForumPermissions.cs Forums.cs HttpHandler\AvatarHttpHandler.cs HttpModule\ForumsHttpModule.cs Moderate.cs Nntp.cs Nntp\NntpClient.cs Nntp\NntpForum.cs Nntp\NntpGroup.cs Nntp\NntpPost.cs Posts.cs PrivateMessages.cs Provider\ForumsDataProvider.cs Ranks.cs Reports.cs Resources.cs Roles.cs Rss.cs Search.cs Search\Indexer.cs Search\Word.cs Services.cs Smilies.cs Styles.cs Threads.cs Users.cs Votes.cs
c:\inetpub\wwwroot\cuprykserver\components\components\role.cs(9,18): warning CS0659: 'CuprykForums.Components.Role' overrides Object.Equals(object o) but does not override Object.GetHashCode()
c:\inetpub\wwwroot\cuprykserver\components\httpmodule\forumshttpmodule.cs(187,4): error CS0104: 'Roles' is an ambiguous reference between 'System.Web.Security.Roles' and 'CuprykForums.Components.Roles'
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\inetpub\wwwroot\cuprykserver\components\httpmodule\forumshttpmodule.cs(187,22): error CS0104: 'Roles' is an ambiguous reference between 'System.Web.Security.Roles' and 'CuprykForums.Components.Roles'
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\inetpub\wwwroot\cuprykserver\components\httpmodule\forumshttpmodule.cs(188,10): error CS0117: 'System.Web.Security.Roles' does not contain a definition for 'GetUserRoles'
c:\inetpub\wwwroot\cuprykserver\components\search.cs(34,18): warning CS0219: The variable 'performLikeMatch' is assigned but its value is never used
c:\inetpub\wwwroot\cuprykserver\components\users.cs(211,5): error CS0104: 'Roles' is an ambiguous reference between 'CuprykForums.Components.Roles' and 'System.Web.Security.Roles'
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
c:\inetpub\wwwroot\cuprykserver\components\users.cs(253,13): warning CS0168: The variable 'ex' is declared but never used
c:\inetpub\wwwroot\cuprykserver\components\users.cs(887,24): error CS0104: 'Roles' is an ambiguous reference between 'CuprykForums.Components.Roles' and 'System.Web.Security.Roles'
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
c:\inetpub\wwwroot\cuprykserver\components\censorships.cs(31,14): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteCensorship'
c:\inetpub\wwwroot\cuprykserver\components\nntp.cs(18,37): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'NntpGetLastPostNumber'
c:\inetpub\wwwroot\cuprykserver\components\nntp.cs(35,24): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'NntpAddPost'
c:\inetpub\wwwroot\cuprykserver\components\nntp.cs(60,39): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'NntpGetNntpForums'
c:\inetpub\wwwroot\cuprykserver\components\components\votedetails.cs(26,13): warning CS1717: Assignment made to same variable; did you mean to assign something else?
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(18,14): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'GetBlockedIpAddress'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(41,56): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'GetBlockedIpAddresses'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(58,7): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteBlockedIpAddress'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(67,7): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteBlockedIpAddress'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(76,7): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteBlockedIpAddress'

Build complete -- 14 errors, 4 warnings
------ Rebuild All started: Project: Components, Configuration: Debug_NoCache Any CPU ------
Csc.exe /noconfig /unsafe- /checked- /nostdlib- /warn:4 /baseaddress:285212672 /define:DEBUG;TRACE;DEBUG_NOCACHE /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Drawing.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.Services.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Xml.dll /debug+ /filealign:4096 /optimize- /out:obj\Debug_NoCache\CuprykForums.Components.dll /target:library /warnaserror- AssemblyInfo.cs BlockedIpAddresses.cs Censors.cs Censorships.cs Components\Avatar.cs Components\BlockedIpAddress.cs Components\Censor.cs Components\Censorship.cs Components\Email.cs Components\EncryptionInfo.cs Components\Exceptions.cs Components\Formatter.cs Components\Forum.cs Components\ForumContext.cs Components\ForumException.cs Components\ForumGroup.cs Components\ForumImage.cs Components\ForumMessage.cs Components\ForumPermission.cs Components\Globals.cs Components\ModeratedForum.cs Components\ModerationAudit.cs Components\ModerationQueueStatus.cs Components\Moderator.cs Components\Post.cs Components\PostAttachment.cs Components\PostSet.cs Components\PrivateMessage.cs Components\Rank.cs Components\Rating.cs Components\Report.cs Components\ReportProcessBase.cs Components\ResourceManager.cs Components\Role.cs Components\RssPingback.cs Components\SearchResult.cs Components\SearchResultSet.cs Components\Service.cs Components\ServiceSchedule.cs Components\SiteSettings.cs Components\SiteStatistics.cs Components\SiteUrls.cs Components\Smiley.cs Components\Smily.cs Components\SourceMarkUp.cs Components\StringTransforms.cs Components\Style.cs Components\Thread.cs Components\ThreadSet.cs Components\Transforms.cs Components\User.cs Components\UserCookie.cs Components\UserSet.cs Components\VoteDetails.cs Components\VoteResult.cs Components\VoteResultCollection.cs Configuration\ForumConfiguration.cs DisallowedNames.cs Emails.cs Enumerations\AccountActivation.cs Enumerations\AdminEnums.cs Enumerations\CreateEditPostMode.cs Enumerations\CreateUserStatus.cs Enumerations\DataProviderAction.cs Enumerations\EmailType.cs Enumerations\ForumAnchorType.cs Enumerations\ForumExceptionType.cs Enumerations\ForumListStyle.cs Enumerations\ForumMode.cs Enumerations\MemberSort.cs Enumerations\ModeratedForumMode.cs Enumerations\ModerationEnums.cs Enumerations\MovedPostStatus.cs Enumerations\PostEnums.cs Enumerations\PostType.cs Enumerations\SearchMode.cs Enumerations\SearchWhat.cs Enumerations\SecurityEnums.cs Enumerations\SortOrder.cs Enumerations\SortThreadsBy.cs Enumerations\SortUsersBy.cs Enumerations\ThreadDateFilterMode.cs Enumerations\ThreadViewMode.cs Enumerations\ToSearch.cs Enumerations\UserAttributes.cs Enumerations\UserEnums.cs Enumerations\UserImageButtonMode.cs Enumerations\ViewOptions.cs ForumGroups.cs ForumMessages.cs ForumPermissions.cs Forums.cs HttpHandler\AvatarHttpHandler.cs HttpModule\ForumsHttpModule.cs Moderate.cs Nntp.cs Nntp\NntpClient.cs Nntp\NntpForum.cs Nntp\NntpGroup.cs Nntp\NntpPost.cs Posts.cs PrivateMessages.cs Provider\ForumsDataProvider.cs Ranks.cs Reports.cs Resources.cs Roles.cs Rss.cs Search.cs Search\Indexer.cs Search\Word.cs Services.cs Smilies.cs Styles.cs Threads.cs Users.cs Votes.cs
c:\inetpub\wwwroot\cuprykserver\components\components\role.cs(9,18): warning CS0659: 'CuprykForums.Components.Role' overrides Object.Equals(object o) but does not override Object.GetHashCode()
c:\inetpub\wwwroot\cuprykserver\components\httpmodule\forumshttpmodule.cs(187,4): error CS0104: 'Roles' is an ambiguous reference between 'System.Web.Security.Roles' and 'CuprykForums.Components.Roles'
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\inetpub\wwwroot\cuprykserver\components\httpmodule\forumshttpmodule.cs(187,22): error CS0104: 'Roles' is an ambiguous reference between 'System.Web.Security.Roles' and 'CuprykForums.Components.Roles'
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\inetpub\wwwroot\cuprykserver\components\httpmodule\forumshttpmodule.cs(188,10): error CS0117: 'System.Web.Security.Roles' does not contain a definition for 'GetUserRoles'
c:\inetpub\wwwroot\cuprykserver\components\search.cs(34,18): warning CS0219: The variable 'performLikeMatch' is assigned but its value is never used
c:\inetpub\wwwroot\cuprykserver\components\users.cs(211,5): error CS0104: 'Roles' is an ambiguous reference between 'CuprykForums.Components.Roles' and 'System.Web.Security.Roles'
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
c:\inetpub\wwwroot\cuprykserver\components\users.cs(253,13): warning CS0168: The variable 'ex' is declared but never used
c:\inetpub\wwwroot\cuprykserver\components\users.cs(887,24): error CS0104: 'Roles' is an ambiguous reference between 'CuprykForums.Components.Roles' and 'System.Web.Security.Roles'
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
c:\inetpub\wwwroot\cuprykserver\components\censorships.cs(31,14): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteCensorship'
c:\inetpub\wwwroot\cuprykserver\components\nntp.cs(18,37): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'NntpGetLastPostNumber'
c:\inetpub\wwwroot\cuprykserver\components\nntp.cs(35,24): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'NntpAddPost'
c:\inetpub\wwwroot\cuprykserver\components\nntp.cs(60,39): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'NntpGetNntpForums'
c:\inetpub\wwwroot\cuprykserver\components\components\votedetails.cs(26,13): warning CS1717: Assignment made to same variable; did you mean to assign something else?
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(18,14): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'GetBlockedIpAddress'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(41,56): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'GetBlockedIpAddresses'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(58,7): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteBlockedIpAddress'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(67,7): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteBlockedIpAddress'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(76,7): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteBlockedIpAddress'

Build complete -- 14 errors, 4 warnings
------ Rebuild All started: Project: Components, Configuration: Release Any CPU ------
Csc.exe /noconfig /unsafe- /checked- /nostdlib- /warn:4 /baseaddress:285212672 /define:TRACE /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Drawing.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.Services.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Xml.dll /debug- /filealign:4096 /optimize+ /out:obj\Release\CuprykForums.Components.dll /target:library /warnaserror- AssemblyInfo.cs BlockedIpAddresses.cs Censors.cs Censorships.cs Components\Avatar.cs Components\BlockedIpAddress.cs Components\Censor.cs Components\Censorship.cs Components\Email.cs Components\EncryptionInfo.cs Components\Exceptions.cs Components\Formatter.cs Components\Forum.cs Components\ForumContext.cs Components\ForumException.cs Components\ForumGroup.cs Components\ForumImage.cs Components\ForumMessage.cs Components\ForumPermission.cs Components\Globals.cs Components\ModeratedForum.cs Components\ModerationAudit.cs Components\ModerationQueueStatus.cs Components\Moderator.cs Components\Post.cs Components\PostAttachment.cs Components\PostSet.cs Components\PrivateMessage.cs Components\Rank.cs Components\Rating.cs Components\Report.cs Components\ReportProcessBase.cs Components\ResourceManager.cs Components\Role.cs Components\RssPingback.cs Components\SearchResult.cs Components\SearchResultSet.cs Components\Service.cs Components\ServiceSchedule.cs Components\SiteSettings.cs Components\SiteStatistics.cs Components\SiteUrls.cs Components\Smiley.cs Components\Smily.cs Components\SourceMarkUp.cs Components\StringTransforms.cs Components\Style.cs Components\Thread.cs Components\ThreadSet.cs Components\Transforms.cs Components\User.cs Components\UserCookie.cs Components\UserSet.cs Components\VoteDetails.cs Components\VoteResult.cs Components\VoteResultCollection.cs Configuration\ForumConfiguration.cs DisallowedNames.cs Emails.cs Enumerations\AccountActivation.cs Enumerations\AdminEnums.cs Enumerations\CreateEditPostMode.cs Enumerations\CreateUserStatus.cs Enumerations\DataProviderAction.cs Enumerations\EmailType.cs Enumerations\ForumAnchorType.cs Enumerations\ForumExceptionType.cs Enumerations\ForumListStyle.cs Enumerations\ForumMode.cs Enumerations\MemberSort.cs Enumerations\ModeratedForumMode.cs Enumerations\ModerationEnums.cs Enumerations\MovedPostStatus.cs Enumerations\PostEnums.cs Enumerations\PostType.cs Enumerations\SearchMode.cs Enumerations\SearchWhat.cs Enumerations\SecurityEnums.cs Enumerations\SortOrder.cs Enumerations\SortThreadsBy.cs Enumerations\SortUsersBy.cs Enumerations\ThreadDateFilterMode.cs Enumerations\ThreadViewMode.cs Enumerations\ToSearch.cs Enumerations\UserAttributes.cs Enumerations\UserEnums.cs Enumerations\UserImageButtonMode.cs Enumerations\ViewOptions.cs ForumGroups.cs ForumMessages.cs ForumPermissions.cs Forums.cs HttpHandler\AvatarHttpHandler.cs HttpModule\ForumsHttpModule.cs Moderate.cs Nntp.cs Nntp\NntpClient.cs Nntp\NntpForum.cs Nntp\NntpGroup.cs Nntp\NntpPost.cs Posts.cs PrivateMessages.cs Provider\ForumsDataProvider.cs Ranks.cs Reports.cs Resources.cs Roles.cs Rss.cs Search.cs Search\Indexer.cs Search\Word.cs Services.cs Smilies.cs Styles.cs Threads.cs Users.cs Votes.cs
c:\inetpub\wwwroot\cuprykserver\components\components\role.cs(9,18): warning CS0659: 'CuprykForums.Components.Role' overrides Object.Equals(object o) but does not override Object.GetHashCode()
c:\inetpub\wwwroot\cuprykserver\components\httpmodule\forumshttpmodule.cs(187,4): error CS0104: 'Roles' is an ambiguous reference between 'System.Web.Security.Roles' and 'CuprykForums.Components.Roles'
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\inetpub\wwwroot\cuprykserver\components\httpmodule\forumshttpmodule.cs(187,22): error CS0104: 'Roles' is an ambiguous reference between 'System.Web.Security.Roles' and 'CuprykForums.Components.Roles'
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\inetpub\wwwroot\cuprykserver\components\httpmodule\forumshttpmodule.cs(188,10): error CS0117: 'System.Web.Security.Roles' does not contain a definition for 'GetUserRoles'
c:\inetpub\wwwroot\cuprykserver\components\search.cs(34,18): warning CS0219: The variable 'performLikeMatch' is assigned but its value is never used
c:\inetpub\wwwroot\cuprykserver\components\users.cs(211,5): error CS0104: 'Roles' is an ambiguous reference between 'CuprykForums.Components.Roles' and 'System.Web.Security.Roles'
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
c:\inetpub\wwwroot\cuprykserver\components\users.cs(253,13): warning CS0168: The variable 'ex' is declared but never used
c:\inetpub\wwwroot\cuprykserver\components\users.cs(887,24): error CS0104: 'Roles' is an ambiguous reference between 'CuprykForums.Components.Roles' and 'System.Web.Security.Roles'
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
c:\inetpub\wwwroot\cuprykserver\components\censorships.cs(31,14): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteCensorship'
c:\inetpub\wwwroot\cuprykserver\components\nntp.cs(18,37): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'NntpGetLastPostNumber'
c:\inetpub\wwwroot\cuprykserver\components\nntp.cs(35,24): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'NntpAddPost'
c:\inetpub\wwwroot\cuprykserver\components\nntp.cs(60,39): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'NntpGetNntpForums'
c:\inetpub\wwwroot\cuprykserver\components\components\votedetails.cs(26,13): warning CS1717: Assignment made to same variable; did you mean to assign something else?
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(18,14): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'GetBlockedIpAddress'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(41,56): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'GetBlockedIpAddresses'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(58,7): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteBlockedIpAddress'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(67,7): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteBlockedIpAddress'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(76,7): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteBlockedIpAddress'

Build complete -- 14 errors, 4 warnings
------ Rebuild All started: Project: Components, Configuration: Debug Any CPU ------
Csc.exe /noconfig /unsafe- /checked- /nostdlib- /warn:4 /baseaddress:285212672 /define:DEBUG;TRACE /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Drawing.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.Services.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Xml.dll /debug+ /filealign:4096 /optimize- /out:obj\Debug\CuprykForums.Components.dll /target:library /warnaserror- AssemblyInfo.cs BlockedIpAddresses.cs Censors.cs Censorships.cs Components\Avatar.cs Components\BlockedIpAddress.cs Components\Censor.cs Components\Censorship.cs Components\Email.cs Components\EncryptionInfo.cs Components\Exceptions.cs Components\Formatter.cs Components\Forum.cs Components\ForumContext.cs Components\ForumException.cs Components\ForumGroup.cs Components\ForumImage.cs Components\ForumMessage.cs Components\ForumPermission.cs Components\Globals.cs Components\ModeratedForum.cs Components\ModerationAudit.cs Components\ModerationQueueStatus.cs Components\Moderator.cs Components\Post.cs Components\PostAttachment.cs Components\PostSet.cs Components\PrivateMessage.cs Components\Rank.cs Components\Rating.cs Components\Report.cs Components\ReportProcessBase.cs Components\ResourceManager.cs Components\Role.cs Components\RssPingback.cs Components\SearchResult.cs Components\SearchResultSet.cs Components\Service.cs Components\ServiceSchedule.cs Components\SiteSettings.cs Components\SiteStatistics.cs Components\SiteUrls.cs Components\Smiley.cs Components\Smily.cs Components\SourceMarkUp.cs Components\StringTransforms.cs Components\Style.cs Components\Thread.cs Components\ThreadSet.cs Components\Transforms.cs Components\User.cs Components\UserCookie.cs Components\UserSet.cs Components\VoteDetails.cs Components\VoteResult.cs Components\VoteResultCollection.cs Configuration\ForumConfiguration.cs DisallowedNames.cs Emails.cs Enumerations\AccountActivation.cs Enumerations\AdminEnums.cs Enumerations\CreateEditPostMode.cs Enumerations\CreateUserStatus.cs Enumerations\DataProviderAction.cs Enumerations\EmailType.cs Enumerations\ForumAnchorType.cs Enumerations\ForumExceptionType.cs Enumerations\ForumListStyle.cs Enumerations\ForumMode.cs Enumerations\MemberSort.cs Enumerations\ModeratedForumMode.cs Enumerations\ModerationEnums.cs Enumerations\MovedPostStatus.cs Enumerations\PostEnums.cs Enumerations\PostType.cs Enumerations\SearchMode.cs Enumerations\SearchWhat.cs Enumerations\SecurityEnums.cs Enumerations\SortOrder.cs Enumerations\SortThreadsBy.cs Enumerations\SortUsersBy.cs Enumerations\ThreadDateFilterMode.cs Enumerations\ThreadViewMode.cs Enumerations\ToSearch.cs Enumerations\UserAttributes.cs Enumerations\UserEnums.cs Enumerations\UserImageButtonMode.cs Enumerations\ViewOptions.cs ForumGroups.cs ForumMessages.cs ForumPermissions.cs Forums.cs HttpHandler\AvatarHttpHandler.cs HttpModule\ForumsHttpModule.cs Moderate.cs Nntp.cs Nntp\NntpClient.cs Nntp\NntpForum.cs Nntp\NntpGroup.cs Nntp\NntpPost.cs Posts.cs PrivateMessages.cs Provider\ForumsDataProvider.cs Ranks.cs Reports.cs Resources.cs Roles.cs Rss.cs Search.cs Search\Indexer.cs Search\Word.cs Services.cs Smilies.cs Styles.cs Threads.cs Users.cs Votes.cs
c:\inetpub\wwwroot\cuprykserver\components\components\role.cs(9,18): warning CS0659: 'CuprykForums.Components.Role' overrides Object.Equals(object o) but does not override Object.GetHashCode()
c:\inetpub\wwwroot\cuprykserver\components\httpmodule\forumshttpmodule.cs(187,4): error CS0104: 'Roles' is an ambiguous reference between 'System.Web.Security.Roles' and 'CuprykForums.Components.Roles'
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\inetpub\wwwroot\cuprykserver\components\httpmodule\forumshttpmodule.cs(187,22): error CS0104: 'Roles' is an ambiguous reference between 'System.Web.Security.Roles' and 'CuprykForums.Components.Roles'
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\inetpub\wwwroot\cuprykserver\components\httpmodule\forumshttpmodule.cs(188,10): error CS0117: 'System.Web.Security.Roles' does not contain a definition for 'GetUserRoles'
c:\inetpub\wwwroot\cuprykserver\components\search.cs(34,18): warning CS0219: The variable 'performLikeMatch' is assigned but its value is never used
c:\inetpub\wwwroot\cuprykserver\components\users.cs(211,5): error CS0104: 'Roles' is an ambiguous reference between 'CuprykForums.Components.Roles' and 'System.Web.Security.Roles'
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
c:\inetpub\wwwroot\cuprykserver\components\users.cs(253,13): warning CS0168: The variable 'ex' is declared but never used
c:\inetpub\wwwroot\cuprykserver\components\users.cs(887,24): error CS0104: 'Roles' is an ambiguous reference between 'CuprykForums.Components.Roles' and 'System.Web.Security.Roles'
C:\inetpub\wwwroot\CuprykServer\Components\Roles.cs(20,18): (Related location)
c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll: (Related file)
c:\inetpub\wwwroot\cuprykserver\components\censorships.cs(31,14): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteCensorship'
c:\inetpub\wwwroot\cuprykserver\components\nntp.cs(18,37): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'NntpGetLastPostNumber'
c:\inetpub\wwwroot\cuprykserver\components\nntp.cs(35,24): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'NntpAddPost'
c:\inetpub\wwwroot\cuprykserver\components\nntp.cs(60,39): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'NntpGetNntpForums'
c:\inetpub\wwwroot\cuprykserver\components\components\votedetails.cs(26,13): warning CS1717: Assignment made to same variable; did you mean to assign something else?
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(18,14): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'GetBlockedIpAddress'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(41,56): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'GetBlockedIpAddresses'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(58,7): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteBlockedIpAddress'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(67,7): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteBlockedIpAddress'
c:\inetpub\wwwroot\cuprykserver\components\blockedipaddresses.cs(76,7): error CS0117: 'CuprykForums.Components.ForumsDataProvider' does not contain a definition for 'CreateUpdateDeleteBlockedIpAddress'

Build complete -- 14 errors, 4 warnings
------ Rebuild All started: Project: Controls, Configuration: Debug_Local Any CPU ------
Csc.exe /noconfig /unsafe- /checked- /nostdlib- /warn:4 /baseaddress:285212672 /define:DEBUG;TRACE /reference:C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll /reference:..\Web\bin\FreeTextBox.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Design.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Drawing.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Windows.Forms.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Xml.dll /debug+ /filealign:4096 /optimize- /out:obj\Debug_Local\CuprykForums.Controls.dll /target:library /warnaserror- Admin\ForumPermissionRepeater.cs Admin\UI\Controls\DomainDropDownList.cs Admin\UI\Controls\ForumDropDownList.cs Admin\UI\Controls\RankDropDownList.cs Admin\UI\Controls\ReportDropDownList.cs Admin\UI\Controls\RoleDropDownList.cs Admin\UI\Controls\ServiceDropDownList.cs Admin\UI\Controls\StyleDropDownList.cs Admin\UI\Views\BuiltInReportsView.cs AssemblyInfo.cs BaseClasses\ForumDataListControl.cs BaseClasses\SkinnedForumWebControl.cs CreateEditPost.cs ForumRepeater.cs FreeTextBox\CSharpButton.cs FreeTextBox\VBButton.cs Login.cs Logout.cs Message.cs Moderation\DeletePost.cs Moderation\ModerationMenu.cs Moderation\ModerationStats.cs Moderation\ThreadJoin.cs Moderation\ThreadMove.cs Moderation\ThreadSplit.cs Navigation\BreadCrumb.cs Navigation\JumpDropDownList.cs Navigation\NavigationMenu.cs PageTitle.cs PostDisplay\DownloadPostAttachment.cs PostDisplay\PollPost.cs PostDisplay\PostAttachment.cs PostDisplay\PostImageButtons.cs PostDisplay\ProgressBar.cs PostDisplay\TextPost.cs Search\SearchOptions.cs Search\SearchRedirect.cs SendEmail.cs SiteStats.cs Skins\Banner.cs Skins\DisplayLegendForum.cs Skins\DisplayLegendThread.cs Skins\DisplayTitle.cs Skins\DisplayUserWelcome.cs SortableThreadColumn.cs Style.cs User\ChangePassword.cs User\ChangePasswordAnswer.cs User\CreateUser.cs User\EditProfile.cs User\ForgottenPassword.cs User\PostIcons.cs User\RoleIcons.cs User\UserAttribute.cs User\UserAvatar.cs User\UserIcons.cs User\UserImageButtons.cs User\UserOnlineStatus.cs User\UserPermissions.cs User\UserProfile.cs Utility\AccountActivationRadioButtonList.cs Utility\AccountStatusDropDownList.cs Utility\ActiveUsers.cs Utility\AddRemoveListBox.cs Utility\AlphaPicker.cs Utility\CurrentPage.cs Utility\CurrentTime.cs Utility\DateFilter.cs Utility\DateFormatDropDownList.cs Utility\DatePicker.cs Utility\EmailNotificationDropDownList.cs Utility\FilterUsersDropDownList.cs Utility\Footer.cs Utility\ForumAnchor.cs Utility\ForumImageButton.cs Utility\ForumListBox.cs Utility\ForumModerators.cs Utility\GenderRadioButtonList.cs Utility\HideReadPosts.cs Utility\LanguageDropDownList.cs Utility\MarkAllRead.cs Utility\MemberSortDropDownList.cs Utility\ModerationLevelDropDownList.cs Utility\Pager.cs Utility\PasswordFormatDropDownList.cs Utility\PasswordRecoveryRadioButtonList.cs Utility\QuestionsDropDownList.cs Utility\RatePost.cs Utility\RatingImageButton.cs Utility\RssFeed.cs Utility\RssLink.cs Utility\SearchForumsRadioButtonList.cs Utility\SearchModeDropDownList.cs Utility\SortOrderDropDownList.cs Utility\StatusDropDownList.cs Utility\ThemeDropDownList.cs Utility\ThreadPager.cs Utility\ThreadSortDropDownList.cs Utility\ThreadStatusImage.cs Utility\ThreadSubscribeLinkButton.cs Utility\TimezoneDropDownList.cs Utility\UserBanDropDownList.cs Utility\YesNoRadioButtonList.cs Views\CalendarView.cs Views\ForumGroupView.cs Views\ForumMembersView.cs Views\MyForumsView.cs Views\PostFlatView.cs Views\PostModerateView.cs Views\PostView.cs Views\PrivateMessageView.cs Views\RatingSummaryView.cs Views\RoleMembersView.cs Views\SearchResultsView.cs Views\SearchView.cs Views\SmiliesView.cs Views\ThreadView.cs Views\WhoIsOnlineView.cs WhoIsOnline.cs
error CS0006: Metadata file 'C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll' could not be found

Build complete -- 1 errors, 0 warnings
------ Rebuild All started: Project: Controls, Configuration: Release_Local Any CPU ------
Csc.exe /noconfig /unsafe- /checked- /nostdlib- /warn:4 /baseaddress:285212672 /define:TRACE /reference:C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll /reference:..\Web\bin\FreeTextBox.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Design.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Drawing.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Windows.Forms.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Xml.dll /debug- /filealign:4096 /optimize+ /out:obj\Release_Local\CuprykForums.Controls.dll /target:library /warnaserror- Admin\ForumPermissionRepeater.cs Admin\UI\Controls\DomainDropDownList.cs Admin\UI\Controls\ForumDropDownList.cs Admin\UI\Controls\RankDropDownList.cs Admin\UI\Controls\ReportDropDownList.cs Admin\UI\Controls\RoleDropDownList.cs Admin\UI\Controls\ServiceDropDownList.cs Admin\UI\Controls\StyleDropDownList.cs Admin\UI\Views\BuiltInReportsView.cs AssemblyInfo.cs BaseClasses\ForumDataListControl.cs BaseClasses\SkinnedForumWebControl.cs CreateEditPost.cs ForumRepeater.cs FreeTextBox\CSharpButton.cs FreeTextBox\VBButton.cs Login.cs Logout.cs Message.cs Moderation\DeletePost.cs Moderation\ModerationMenu.cs Moderation\ModerationStats.cs Moderation\ThreadJoin.cs Moderation\ThreadMove.cs Moderation\ThreadSplit.cs Navigation\BreadCrumb.cs Navigation\JumpDropDownList.cs Navigation\NavigationMenu.cs PageTitle.cs PostDisplay\DownloadPostAttachment.cs PostDisplay\PollPost.cs PostDisplay\PostAttachment.cs PostDisplay\PostImageButtons.cs PostDisplay\ProgressBar.cs PostDisplay\TextPost.cs Search\SearchOptions.cs Search\SearchRedirect.cs SendEmail.cs SiteStats.cs Skins\Banner.cs Skins\DisplayLegendForum.cs Skins\DisplayLegendThread.cs Skins\DisplayTitle.cs Skins\DisplayUserWelcome.cs SortableThreadColumn.cs Style.cs User\ChangePassword.cs User\ChangePasswordAnswer.cs User\CreateUser.cs User\EditProfile.cs User\ForgottenPassword.cs User\PostIcons.cs User\RoleIcons.cs User\UserAttribute.cs User\UserAvatar.cs User\UserIcons.cs User\UserImageButtons.cs User\UserOnlineStatus.cs User\UserPermissions.cs User\UserProfile.cs Utility\AccountActivationRadioButtonList.cs Utility\AccountStatusDropDownList.cs Utility\ActiveUsers.cs Utility\AddRemoveListBox.cs Utility\AlphaPicker.cs Utility\CurrentPage.cs Utility\CurrentTime.cs Utility\DateFilter.cs Utility\DateFormatDropDownList.cs Utility\DatePicker.cs Utility\EmailNotificationDropDownList.cs Utility\FilterUsersDropDownList.cs Utility\Footer.cs Utility\ForumAnchor.cs Utility\ForumImageButton.cs Utility\ForumListBox.cs Utility\ForumModerators.cs Utility\GenderRadioButtonList.cs Utility\HideReadPosts.cs Utility\LanguageDropDownList.cs Utility\MarkAllRead.cs Utility\MemberSortDropDownList.cs Utility\ModerationLevelDropDownList.cs Utility\Pager.cs Utility\PasswordFormatDropDownList.cs Utility\PasswordRecoveryRadioButtonList.cs Utility\QuestionsDropDownList.cs Utility\RatePost.cs Utility\RatingImageButton.cs Utility\RssFeed.cs Utility\RssLink.cs Utility\SearchForumsRadioButtonList.cs Utility\SearchModeDropDownList.cs Utility\SortOrderDropDownList.cs Utility\StatusDropDownList.cs Utility\ThemeDropDownList.cs Utility\ThreadPager.cs Utility\ThreadSortDropDownList.cs Utility\ThreadStatusImage.cs Utility\ThreadSubscribeLinkButton.cs Utility\TimezoneDropDownList.cs Utility\UserBanDropDownList.cs Utility\YesNoRadioButtonList.cs Views\CalendarView.cs Views\ForumGroupView.cs Views\ForumMembersView.cs Views\MyForumsView.cs Views\PostFlatView.cs Views\PostModerateView.cs Views\PostView.cs Views\PrivateMessageView.cs Views\RatingSummaryView.cs Views\RoleMembersView.cs Views\SearchResultsView.cs Views\SearchView.cs Views\SmiliesView.cs Views\ThreadView.cs Views\WhoIsOnlineView.cs WhoIsOnline.cs
error CS0006: Metadata file 'C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll' could not be found

Build complete -- 1 errors, 0 warnings
------ Rebuild All started: Project: Controls, Configuration: Debug_NoCache Any CPU ------
Csc.exe /noconfig /unsafe- /checked- /nostdlib- /warn:4 /baseaddress:285212672 /define:DEBUG;TRACE;DEBUG_NOCACHE /reference:C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll /reference:..\Web\bin\FreeTextBox.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Design.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Drawing.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Windows.Forms.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Xml.dll /debug+ /filealign:4096 /optimize- /out:obj\Debug_NoCache\CuprykForums.Controls.dll /target:library /warnaserror- Admin\ForumPermissionRepeater.cs Admin\UI\Controls\DomainDropDownList.cs Admin\UI\Controls\ForumDropDownList.cs Admin\UI\Controls\RankDropDownList.cs Admin\UI\Controls\ReportDropDownList.cs Admin\UI\Controls\RoleDropDownList.cs Admin\UI\Controls\ServiceDropDownList.cs Admin\UI\Controls\StyleDropDownList.cs Admin\UI\Views\BuiltInReportsView.cs AssemblyInfo.cs BaseClasses\ForumDataListControl.cs BaseClasses\SkinnedForumWebControl.cs CreateEditPost.cs ForumRepeater.cs FreeTextBox\CSharpButton.cs FreeTextBox\VBButton.cs Login.cs Logout.cs Message.cs Moderation\DeletePost.cs Moderation\ModerationMenu.cs Moderation\ModerationStats.cs Moderation\ThreadJoin.cs Moderation\ThreadMove.cs Moderation\ThreadSplit.cs Navigation\BreadCrumb.cs Navigation\JumpDropDownList.cs Navigation\NavigationMenu.cs PageTitle.cs PostDisplay\DownloadPostAttachment.cs PostDisplay\PollPost.cs PostDisplay\PostAttachment.cs PostDisplay\PostImageButtons.cs PostDisplay\ProgressBar.cs PostDisplay\TextPost.cs Search\SearchOptions.cs Search\SearchRedirect.cs SendEmail.cs SiteStats.cs Skins\Banner.cs Skins\DisplayLegendForum.cs Skins\DisplayLegendThread.cs Skins\DisplayTitle.cs Skins\DisplayUserWelcome.cs SortableThreadColumn.cs Style.cs User\ChangePassword.cs User\ChangePasswordAnswer.cs User\CreateUser.cs User\EditProfile.cs User\ForgottenPassword.cs User\PostIcons.cs User\RoleIcons.cs User\UserAttribute.cs User\UserAvatar.cs User\UserIcons.cs User\UserImageButtons.cs User\UserOnlineStatus.cs User\UserPermissions.cs User\UserProfile.cs Utility\AccountActivationRadioButtonList.cs Utility\AccountStatusDropDownList.cs Utility\ActiveUsers.cs Utility\AddRemoveListBox.cs Utility\AlphaPicker.cs Utility\CurrentPage.cs Utility\CurrentTime.cs Utility\DateFilter.cs Utility\DateFormatDropDownList.cs Utility\DatePicker.cs Utility\EmailNotificationDropDownList.cs Utility\FilterUsersDropDownList.cs Utility\Footer.cs Utility\ForumAnchor.cs Utility\ForumImageButton.cs Utility\ForumListBox.cs Utility\ForumModerators.cs Utility\GenderRadioButtonList.cs Utility\HideReadPosts.cs Utility\LanguageDropDownList.cs Utility\MarkAllRead.cs Utility\MemberSortDropDownList.cs Utility\ModerationLevelDropDownList.cs Utility\Pager.cs Utility\PasswordFormatDropDownList.cs Utility\PasswordRecoveryRadioButtonList.cs Utility\QuestionsDropDownList.cs Utility\RatePost.cs Utility\RatingImageButton.cs Utility\RssFeed.cs Utility\RssLink.cs Utility\SearchForumsRadioButtonList.cs Utility\SearchModeDropDownList.cs Utility\SortOrderDropDownList.cs Utility\StatusDropDownList.cs Utility\ThemeDropDownList.cs Utility\ThreadPager.cs Utility\ThreadSortDropDownList.cs Utility\ThreadStatusImage.cs Utility\ThreadSubscribeLinkButton.cs Utility\TimezoneDropDownList.cs Utility\UserBanDropDownList.cs Utility\YesNoRadioButtonList.cs Views\CalendarView.cs Views\ForumGroupView.cs Views\ForumMembersView.cs Views\MyForumsView.cs Views\PostFlatView.cs Views\PostModerateView.cs Views\PostView.cs Views\PrivateMessageView.cs Views\RatingSummaryView.cs Views\RoleMembersView.cs Views\SearchResultsView.cs Views\SearchView.cs Views\SmiliesView.cs Views\ThreadView.cs Views\WhoIsOnlineView.cs WhoIsOnline.cs
error CS0006: Metadata file 'C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll' could not be found

Build complete -- 1 errors, 0 warnings
------ Rebuild All started: Project: Controls, Configuration: Release Any CPU ------
Csc.exe /noconfig /unsafe- /checked- /nostdlib- /warn:4 /baseaddress:285212672 /define:TRACE /reference:C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll /reference:..\Web\bin\FreeTextBox.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Design.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Drawing.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Windows.Forms.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Xml.dll /debug- /filealign:4096 /optimize+ /out:obj\Release\CuprykForums.Controls.dll /target:library /warnaserror- Admin\ForumPermissionRepeater.cs Admin\UI\Controls\DomainDropDownList.cs Admin\UI\Controls\ForumDropDownList.cs Admin\UI\Controls\RankDropDownList.cs Admin\UI\Controls\ReportDropDownList.cs Admin\UI\Controls\RoleDropDownList.cs Admin\UI\Controls\ServiceDropDownList.cs Admin\UI\Controls\StyleDropDownList.cs Admin\UI\Views\BuiltInReportsView.cs AssemblyInfo.cs BaseClasses\ForumDataListControl.cs BaseClasses\SkinnedForumWebControl.cs CreateEditPost.cs ForumRepeater.cs FreeTextBox\CSharpButton.cs FreeTextBox\VBButton.cs Login.cs Logout.cs Message.cs Moderation\DeletePost.cs Moderation\ModerationMenu.cs Moderation\ModerationStats.cs Moderation\ThreadJoin.cs Moderation\ThreadMove.cs Moderation\ThreadSplit.cs Navigation\BreadCrumb.cs Navigation\JumpDropDownList.cs Navigation\NavigationMenu.cs PageTitle.cs PostDisplay\DownloadPostAttachment.cs PostDisplay\PollPost.cs PostDisplay\PostAttachment.cs PostDisplay\PostImageButtons.cs PostDisplay\ProgressBar.cs PostDisplay\TextPost.cs Search\SearchOptions.cs Search\SearchRedirect.cs SendEmail.cs SiteStats.cs Skins\Banner.cs Skins\DisplayLegendForum.cs Skins\DisplayLegendThread.cs Skins\DisplayTitle.cs Skins\DisplayUserWelcome.cs SortableThreadColumn.cs Style.cs User\ChangePassword.cs User\ChangePasswordAnswer.cs User\CreateUser.cs User\EditProfile.cs User\ForgottenPassword.cs User\PostIcons.cs User\RoleIcons.cs User\UserAttribute.cs User\UserAvatar.cs User\UserIcons.cs User\UserImageButtons.cs User\UserOnlineStatus.cs User\UserPermissions.cs User\UserProfile.cs Utility\AccountActivationRadioButtonList.cs Utility\AccountStatusDropDownList.cs Utility\ActiveUsers.cs Utility\AddRemoveListBox.cs Utility\AlphaPicker.cs Utility\CurrentPage.cs Utility\CurrentTime.cs Utility\DateFilter.cs Utility\DateFormatDropDownList.cs Utility\DatePicker.cs Utility\EmailNotificationDropDownList.cs Utility\FilterUsersDropDownList.cs Utility\Footer.cs Utility\ForumAnchor.cs Utility\ForumImageButton.cs Utility\ForumListBox.cs Utility\ForumModerators.cs Utility\GenderRadioButtonList.cs Utility\HideReadPosts.cs Utility\LanguageDropDownList.cs Utility\MarkAllRead.cs Utility\MemberSortDropDownList.cs Utility\ModerationLevelDropDownList.cs Utility\Pager.cs Utility\PasswordFormatDropDownList.cs Utility\PasswordRecoveryRadioButtonList.cs Utility\QuestionsDropDownList.cs Utility\RatePost.cs Utility\RatingImageButton.cs Utility\RssFeed.cs Utility\RssLink.cs Utility\SearchForumsRadioButtonList.cs Utility\SearchModeDropDownList.cs Utility\SortOrderDropDownList.cs Utility\StatusDropDownList.cs Utility\ThemeDropDownList.cs Utility\ThreadPager.cs Utility\ThreadSortDropDownList.cs Utility\ThreadStatusImage.cs Utility\ThreadSubscribeLinkButton.cs Utility\TimezoneDropDownList.cs Utility\UserBanDropDownList.cs Utility\YesNoRadioButtonList.cs Views\CalendarView.cs Views\ForumGroupView.cs Views\ForumMembersView.cs Views\MyForumsView.cs Views\PostFlatView.cs Views\PostModerateView.cs Views\PostView.cs Views\PrivateMessageView.cs Views\RatingSummaryView.cs Views\RoleMembersView.cs Views\SearchResultsView.cs Views\SearchView.cs Views\SmiliesView.cs Views\ThreadView.cs Views\WhoIsOnlineView.cs WhoIsOnline.cs
error CS0006: Metadata file 'C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll' could not be found

Build complete -- 1 errors, 0 warnings
------ Rebuild All started: Project: Controls, Configuration: Debug Any CPU ------
Csc.exe /noconfig /unsafe- /checked- /nostdlib- /warn:4 /baseaddress:285212672 /define:DEBUG;TRACE /reference:C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll /reference:..\Web\bin\FreeTextBox.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Design.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Drawing.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Windows.Forms.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Xml.dll /debug+ /filealign:4096 /optimize- /out:obj\Debug\CuprykForums.Controls.dll /target:library /warnaserror- Admin\ForumPermissionRepeater.cs Admin\UI\Controls\DomainDropDownList.cs Admin\UI\Controls\ForumDropDownList.cs Admin\UI\Controls\RankDropDownList.cs Admin\UI\Controls\ReportDropDownList.cs Admin\UI\Controls\RoleDropDownList.cs Admin\UI\Controls\ServiceDropDownList.cs Admin\UI\Controls\StyleDropDownList.cs Admin\UI\Views\BuiltInReportsView.cs AssemblyInfo.cs BaseClasses\ForumDataListControl.cs BaseClasses\SkinnedForumWebControl.cs CreateEditPost.cs ForumRepeater.cs FreeTextBox\CSharpButton.cs FreeTextBox\VBButton.cs Login.cs Logout.cs Message.cs Moderation\DeletePost.cs Moderation\ModerationMenu.cs Moderation\ModerationStats.cs Moderation\ThreadJoin.cs Moderation\ThreadMove.cs Moderation\ThreadSplit.cs Navigation\BreadCrumb.cs Navigation\JumpDropDownList.cs Navigation\NavigationMenu.cs PageTitle.cs PostDisplay\DownloadPostAttachment.cs PostDisplay\PollPost.cs PostDisplay\PostAttachment.cs PostDisplay\PostImageButtons.cs PostDisplay\ProgressBar.cs PostDisplay\TextPost.cs Search\SearchOptions.cs Search\SearchRedirect.cs SendEmail.cs SiteStats.cs Skins\Banner.cs Skins\DisplayLegendForum.cs Skins\DisplayLegendThread.cs Skins\DisplayTitle.cs Skins\DisplayUserWelcome.cs SortableThreadColumn.cs Style.cs User\ChangePassword.cs User\ChangePasswordAnswer.cs User\CreateUser.cs User\EditProfile.cs User\ForgottenPassword.cs User\PostIcons.cs User\RoleIcons.cs User\UserAttribute.cs User\UserAvatar.cs User\UserIcons.cs User\UserImageButtons.cs User\UserOnlineStatus.cs User\UserPermissions.cs User\UserProfile.cs Utility\AccountActivationRadioButtonList.cs Utility\AccountStatusDropDownList.cs Utility\ActiveUsers.cs Utility\AddRemoveListBox.cs Utility\AlphaPicker.cs Utility\CurrentPage.cs Utility\CurrentTime.cs Utility\DateFilter.cs Utility\DateFormatDropDownList.cs Utility\DatePicker.cs Utility\EmailNotificationDropDownList.cs Utility\FilterUsersDropDownList.cs Utility\Footer.cs Utility\ForumAnchor.cs Utility\ForumImageButton.cs Utility\ForumListBox.cs Utility\ForumModerators.cs Utility\GenderRadioButtonList.cs Utility\HideReadPosts.cs Utility\LanguageDropDownList.cs Utility\MarkAllRead.cs Utility\MemberSortDropDownList.cs Utility\ModerationLevelDropDownList.cs Utility\Pager.cs Utility\PasswordFormatDropDownList.cs Utility\PasswordRecoveryRadioButtonList.cs Utility\QuestionsDropDownList.cs Utility\RatePost.cs Utility\RatingImageButton.cs Utility\RssFeed.cs Utility\RssLink.cs Utility\SearchForumsRadioButtonList.cs Utility\SearchModeDropDownList.cs Utility\SortOrderDropDownList.cs Utility\StatusDropDownList.cs Utility\ThemeDropDownList.cs Utility\ThreadPager.cs Utility\ThreadSortDropDownList.cs Utility\ThreadStatusImage.cs Utility\ThreadSubscribeLinkButton.cs Utility\TimezoneDropDownList.cs Utility\UserBanDropDownList.cs Utility\YesNoRadioButtonList.cs Views\CalendarView.cs Views\ForumGroupView.cs Views\ForumMembersView.cs Views\MyForumsView.cs Views\PostFlatView.cs Views\PostModerateView.cs Views\PostView.cs Views\PrivateMessageView.cs Views\RatingSummaryView.cs Views\RoleMembersView.cs Views\SearchResultsView.cs Views\SearchView.cs Views\SmiliesView.cs Views\ThreadView.cs Views\WhoIsOnlineView.cs WhoIsOnline.cs
error CS0006: Metadata file 'C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll' could not be found

Build complete -- 1 errors, 0 warnings
------ Rebuild All started: Project: SqlDataProvider, Configuration: Release_Local Any CPU ------
Csc.exe /noconfig /unsafe- /checked- /nostdlib- /warn:4 /baseaddress:285212672 /define:TRACE /reference:C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Xml.dll /debug- /filealign:4096 /optimize+ /out:obj\Release_Local\CuprykForums.SqlDataProvider.dll /target:library /warnaserror- AssemblyInfo.cs SqlDataProvider.cs
error CS0006: Metadata file 'C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll' could not be found

Build complete -- 1 errors, 0 warnings
------ Rebuild All started: Project: SqlDataProvider, Configuration: Debug_Local Any CPU ------
Csc.exe /noconfig /unsafe- /checked- /nostdlib- /warn:4 /baseaddress:285212672 /define:DEBUG;TRACE /reference:C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Xml.dll /debug+ /filealign:4096 /optimize- /out:obj\Debug_Local\CuprykForums.SqlDataProvider.dll /target:library /warnaserror- AssemblyInfo.cs SqlDataProvider.cs
error CS0006: Metadata file 'C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll' could not be found

Build complete -- 1 errors, 0 warnings
------ Rebuild All started: Project: SqlDataProvider, Configuration: Debug_NoCache Any CPU ------
Csc.exe /noconfig /unsafe- /checked- /nostdlib- /warn:4 /baseaddress:285212672 /define:DEBUG;TRACE;DEBUG_NOCACHE /reference:C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Xml.dll /debug+ /filealign:4096 /optimize- /out:obj\Debug_NoCache\CuprykForums.SqlDataProvider.dll /target:library /warnaserror- AssemblyInfo.cs SqlDataProvider.cs
error CS0006: Metadata file 'C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll' could not be found

Build complete -- 1 errors, 0 warnings
------ Rebuild All started: Project: SqlDataProvider, Configuration: Release Any CPU ------
Csc.exe /noconfig /unsafe- /checked- /nostdlib- /warn:4 /baseaddress:285212672 /define:TRACE /reference:C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Xml.dll /debug- /filealign:4096 /optimize+ /out:obj\Release\CuprykForums.SqlDataProvider.dll /target:library /warnaserror- AssemblyInfo.cs SqlDataProvider.cs
error CS0006: Metadata file 'C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll' could not be found

Build complete -- 1 errors, 0 warnings
------ Rebuild All started: Project: SqlDataProvider, Configuration: Debug Any CPU ------
Csc.exe /noconfig /unsafe- /checked- /nostdlib- /warn:4 /baseaddress:285212672 /define:DEBUG;TRACE /reference:C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Xml.dll /debug+ /filealign:4096 /optimize- /out:obj\Debug\CuprykForums.SqlDataProvider.dll /target:library /warnaserror- AssemblyInfo.cs SqlDataProvider.cs
error CS0006: Metadata file 'C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll' could not be found

Build complete -- 1 errors, 0 warnings
------ Rebuild All started: Project: http://localhost/Forums/, Configuration: Debug .NET ------
Build Web Beginning
C:\inetpub\wwwroot\CuprykServer\web\Admin\Reports\BuiltInReports.aspx(2): Build (web): File or assembly name 'CuprykForums.Controls', or one of its dependencies, was not found.
C:\inetpub\wwwroot\CuprykServer\web\Admin\Reports\BuiltInReports.aspx(7): Build (web): Unknown server tag 'Forums:BuiltInReportsView'.
Build Web Complete
------ Rebuild All started: Project: http://localhost/Forums/, Configuration: Debug .NET ------
Build Web Beginning
C:\inetpub\wwwroot\CuprykServer\web\Admin\Reports\BuiltInReports.aspx(2): Build (web): File or assembly name 'CuprykForums.Controls', or one of its dependencies, was not found.
C:\inetpub\wwwroot\CuprykServer\web\Admin\Reports\BuiltInReports.aspx(7): Build (web): Unknown server tag 'Forums:BuiltInReportsView'.
Build Web Complete
========== Rebuild All: 0 succeeded, 17 failed, 0 skipped ==========
ASKER CERTIFIED SOLUTION
Avatar of ihenry
ihenry

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mathieu_cupryk

ASKER

Is there a way I can send this project to your email. I fixed it. But I still have some errors.

I still cannot fix it.

------ Build started: Project: Components, Configuration: Debug Any CPU ------
MSBUILD : warning : Couldn't resolve this reference. Could not locate assembly "CuprykForums.Components"
Csc.exe /noconfig /unsafe- /checked- /nostdlib- /warn:4 /baseaddress:285212672 /define:DEBUG;TRACE /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Drawing.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.Services.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Xml.dll /debug+ /filealign:4096 /optimize- /out:obj\Debug\CuprykForums.Components.dll /target:library /warnaserror- AssemblyInfo.cs Censors.cs Components\Avatar.cs Components\BlockedIpAddress.cs Components\Censor.cs Components\Censorship.cs Components\Email.cs Components\EncryptionInfo.cs Components\Exceptions.cs Components\Formatter.cs Components\Forum.cs Components\ForumContext.cs Components\ForumException.cs Components\ForumGroup.cs Components\ForumImage.cs Components\ForumMessage.cs Components\ForumPermission.cs Components\Globals.cs Components\ModeratedForum.cs Components\ModerationAudit.cs Components\ModerationQueueStatus.cs Components\Moderator.cs Components\Post.cs Components\PostAttachment.cs Components\PostSet.cs Components\PrivateMessage.cs Components\Rank.cs Components\Rating.cs Components\Report.cs Components\ReportProcessBase.cs Components\ResourceManager.cs Components\Role.cs Components\RssPingback.cs Components\SearchResult.cs Components\SearchResultSet.cs Components\Service.cs Components\ServiceSchedule.cs Components\SiteSettings.cs Components\SiteStatistics.cs Components\SiteUrls.cs Components\Smiley.cs Components\Smily.cs Components\SourceMarkUp.cs Components\StringTransforms.cs Components\Style.cs Components\Thread.cs Components\ThreadSet.cs Components\Transforms.cs Components\User.cs Components\UserCookie.cs Components\UserSet.cs Components\VoteDetails.cs Components\VoteResult.cs Components\VoteResultCollection.cs Configuration\ForumConfiguration.cs DisallowedNames.cs Emails.cs Enumerations\AccountActivation.cs Enumerations\AdminEnums.cs Enumerations\CreateEditPostMode.cs Enumerations\CreateUserStatus.cs Enumerations\DataProviderAction.cs Enumerations\EmailType.cs Enumerations\ForumAnchorType.cs Enumerations\ForumExceptionType.cs Enumerations\ForumListStyle.cs Enumerations\ForumMode.cs Enumerations\MemberSort.cs Enumerations\ModeratedForumMode.cs Enumerations\ModerationEnums.cs Enumerations\MovedPostStatus.cs Enumerations\PostEnums.cs Enumerations\PostType.cs Enumerations\SearchMode.cs Enumerations\SearchWhat.cs Enumerations\SecurityEnums.cs Enumerations\SortOrder.cs Enumerations\SortThreadsBy.cs Enumerations\SortUsersBy.cs Enumerations\ThreadDateFilterMode.cs Enumerations\ThreadViewMode.cs Enumerations\ToSearch.cs Enumerations\UserAttributes.cs Enumerations\UserEnums.cs Enumerations\UserImageButtonMode.cs Enumerations\ViewOptions.cs ForumGroups.cs ForumMessages.cs ForumPermissions.cs Forums.cs HttpHandler\AvatarHttpHandler.cs HttpModule\ForumsHttpModule.cs Moderate.cs Nntp\NntpClient.cs Nntp\NntpForum.cs Nntp\NntpGroup.cs Nntp\NntpPost.cs Posts.cs PrivateMessages.cs Provider\ForumsDataProvider.cs Ranks.cs Reports.cs Resources.cs Roles.cs Search.cs Search\Indexer.cs Search\Word.cs Services.cs Smilies.cs Styles.cs Threads.cs Users.cs Votes.cs
error CS0006: Metadata file 'C:\inetpub\wwwroot\CuprykServer\Components\obj\Debug\CuprykForums.Components.dll' could not be found

Build complete -- 1 errors, 0 warnings
------ Build started: Project: Controls, Configuration: Debug Any CPU ------
MSBUILD : warning : Couldn't resolve this reference. Could not locate assembly "CuprykForums.SqlDataProvider"
MSBUILD : warning : Couldn't resolve this reference. Could not locate assembly "CuprykForums.Components"
Csc.exe /noconfig /unsafe- /checked- /nostdlib- /warn:4 /baseaddress:285212672 /define:DEBUG;TRACE /reference:..\Web\bin\FreeTextBox.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Design.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Drawing.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Windows.Forms.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Xml.dll /debug+ /filealign:4096 /optimize- /out:obj\Debug\CuprykForums.Controls.dll /target:library /warnaserror- Admin\ForumPermissionRepeater.cs Admin\UI\Controls\DomainDropDownList.cs Admin\UI\Controls\ForumDropDownList.cs Admin\UI\Controls\RankDropDownList.cs Admin\UI\Controls\ReportDropDownList.cs Admin\UI\Controls\RoleDropDownList.cs Admin\UI\Controls\ServiceDropDownList.cs Admin\UI\Controls\StyleDropDownList.cs Admin\UI\Views\BuiltInReportsView.cs AssemblyInfo.cs BaseClasses\ForumDataListControl.cs BaseClasses\SkinnedForumWebControl.cs CreateEditPost.cs ForumRepeater.cs FreeTextBox\CSharpButton.cs FreeTextBox\VBButton.cs Login.cs Logout.cs Message.cs Moderation\DeletePost.cs Moderation\ModerationMenu.cs Moderation\ModerationStats.cs Moderation\MovePost.cs Moderation\ThreadJoin.cs Moderation\ThreadMove.cs Moderation\ThreadSplit.cs Navigation\BreadCrumb.cs Navigation\JumpDropDownList.cs Navigation\NavigationMenu.cs PageTitle.cs PostDisplay\DownloadPostAttachment.cs PostDisplay\PollPost.cs PostDisplay\PostAttachment.cs PostDisplay\PostImageButtons.cs PostDisplay\ProgressBar.cs PostDisplay\TextPost.cs Search\SearchOptions.cs Search\SearchRedirect.cs SendEmail.cs SiteStats.cs Skins\Banner.cs Skins\DisplayLegendForum.cs Skins\DisplayLegendThread.cs Skins\DisplayTitle.cs Skins\DisplayUserWelcome.cs SortableThreadColumn.cs Style.cs User\ChangePassword.cs User\ChangePasswordAnswer.cs User\CreateUser.cs User\CreateUser2.cs User\EditProfile.cs User\ForgottenPassword.cs User\PostIcons.cs User\RoleIcons.cs User\UserAttribute.cs User\UserAvatar.cs User\UserIcons.cs User\UserImageButtons.cs User\UserOnlineStatus.cs User\UserPermissions.cs User\UserProfile.cs Utility\AccountActivationRadioButtonList.cs Utility\AccountStatusDropDownList.cs Utility\ActiveUsers.cs Utility\AddRemoveListBox.cs Utility\AlphaPicker.cs Utility\CurrentPage.cs Utility\CurrentTime.cs Utility\DateFilter.cs Utility\DateFormatDropDownList.cs Utility\DatePicker.cs Utility\EmailNotificationDropDownList.cs Utility\FilterUsersDropDownList.cs Utility\Footer.cs Utility\ForumAnchor.cs Utility\ForumImageButton.cs Utility\ForumListBox.cs Utility\ForumModerators.cs Utility\GenderRadioButtonList.cs Utility\HideReadPosts.cs Utility\LanguageDropDownList.cs Utility\MarkAllRead.cs Utility\MemberSortDropDownList.cs Utility\ModerationLevelDropDownList.cs Utility\Pager.cs Utility\PasswordFormatDropDownList.cs Utility\PasswordRecoveryRadioButtonList.cs Utility\QuestionsDropDownList.cs Utility\RatePost.cs Utility\RatingImageButton.cs Utility\RssFeed.cs Utility\RssLink.cs Utility\SearchForumsRadioButtonList.cs Utility\SearchModeDropDownList.cs Utility\SortOrderDropDownList.cs Utility\StatusDropDownList.cs Utility\ThemeDropDownList.cs Utility\ThreadPager.cs Utility\ThreadSortDropDownList.cs Utility\ThreadStatusImage.cs Utility\ThreadSubscribeLinkButton.cs Utility\TimezoneDropDownList.cs Utility\UserBanDropDownList.cs Utility\YesNoRadioButtonList.cs Views\CalendarView.cs Views\ForumGroupView.cs Views\ForumMembersView.cs Views\MyForumsView.cs Views\PostFlatView.cs Views\PostModerateView.cs Views\PostView.cs Views\PrivateMessageView.cs Views\RatingSummaryView.cs Views\RoleMembersView.cs Views\SearchResultsView.cs Views\SearchView.cs Views\SmiliesView.cs Views\ThreadView.cs Views\WhoIsOnlineView.cs WhoIsOnline.cs
error CS0006: Metadata file 'C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll' could not be found
error CS0006: Metadata file 'C:\inetpub\wwwroot\CuprykServer\Data Providers\SqlDataProvider\bin\Debug\CuprykForums.SqlDataProvider.dll' could not be found

Build complete -- 2 errors, 0 warnings
------ Build started: Project: SqlDataProvider, Configuration: Debug Any CPU ------
Csc.exe /noconfig /unsafe- /checked- /nostdlib- /warn:4 /baseaddress:285212672 /define:DEBUG;TRACE /reference:C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Web.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Xml.dll /debug+ /filealign:4096 /optimize- /out:obj\Debug\CuprykForums.SqlDataProvider.dll /target:library /warnaserror- AssemblyInfo.cs SqlDataProvider.cs
error CS0006: Metadata file 'C:\inetpub\wwwroot\CuprykServer\Components\bin\Debug\CuprykForums.Components.dll' could not be found

Build complete -- 1 errors, 0 warnings
------ Build started: Project: http://localhost/Forums/, Configuration: Debug .NET ------
Build Web Beginning
C:\inetpub\wwwroot\CuprykServer\web\Admin\Reports\BuiltInReports.aspx(2): Build (web): File or assembly name 'CuprykForums.Controls', or one of its dependencies, was not found.
C:\inetpub\wwwroot\CuprykServer\web\Admin\Reports\BuiltInReports.aspx(7): Build (web): Unknown server tag 'Forums:BuiltInReportsView'.
Build Web Complete
========== Build: 0 succeeded, 4 failed, 0 up-to-date, 0 skipped ==========
Avatar of ihenry
ihenry


You are not using VS.NET to build these project, are you? let me see what's the problem...
Yes I am using visual studio .net 2005 beta

Hi mathieu_cupryk

I didn't know you are using VS.NET 2005. In VS.NET 2003, It shouldn't give you these kind of problems
without having project references set wrongly. But I never use VS.NET 2005, I can't be sure if my advise
will be useful here. Sorry, if I can't give you further help.

Good Luck.
I was using VS.NET 2005 then I uninstalled it.