Yetanotherforum throwing build errors
When I try and build my site with YAF installed I get;
Error 77 The file 'MySite/forum/themes/Yafmobile/MobilePages/editusersavatar.ascx.cs' does not exist. C:\inetpub\wwwroot\MySite\forum\themes\Yafmobile\MobilePages\editusersavatar.ascx 1
Error 78 The file 'MySite/forum/themes/Yafmobile/MobilePages/edituserssignature.ascx.cs' does not exist. C:\inetpub\wwwroot\MySite\forum\themes\Yafmobile\MobilePages\edituserssignature.ascx 1
Error 79 The file 'MySite/forum/themes/Yafmobile/MobilePages/forumwelcome.ascx.cs' does not exist. C:\inetpub\wwwroot\MySite\forum\themes\Yafmobile\MobilePages\forumwelcome.ascx 1
Error 80 The file 'MySite/forum/themes/Yafmobile/MobilePages/buddylist.ascx.cs' does not exist. C:\inetpub\wwwroot\MySite\forum\themes\Yafmobile\MobilePages\buddylist.ascx 1
Error 81 Type 'YAF.Controls.UserLink' does n开发者_如何学运维ot have a public property named 'UserName'. C:\inetpub\wwwroot\MySite\forum\themes\Yafmobile\MobilePages\buddylist.ascx 19
Error 82 The file 'MySite/forum/themes/Yafmobile/MobilePages/forumList.ascx.cs' does not exist. C:\inetpub\wwwroot\MySite\forum\themes\Yafmobile\MobilePages\forumList.ascx 1
Error 83 The file 'MySite/forum/themes/Yafmobile/MobilePages/cp_subscriptions.ascx.cs' does not exist. C:\inetpub\wwwroot\MySite\forum\themes\Yafmobile\MobilePages\cp_subscriptions.ascx 1
Error 84 The file 'MySite/forum/themes/Yafmobile/MobilePages/cp_profile.ascx.cs' does not exist. C:\inetpub\wwwroot\MySite\forum\themes\Yafmobile\MobilePages\cp_profile.ascx 1
Error 85 Unknown server tag 'YAF:ProfileMenuMobile'. C:\inetpub\wwwroot\MySite\forum\themes\Yafmobile\MobilePages\cp_profile.ascx 11
Error 86 The file 'MySite/forum/themes/Yafmobile/MobilePages/editusersprofile.ascx.cs' does not exist. C:\inetpub\wwwroot\MySite\forum\themes\Yafmobile\MobilePages\editusersprofile.ascx 1
Error 87 The file 'MySite/forum/themes/Yafmobile/MobilePages/emailtopic.ascx.cs' does not exist. C:\inetpub\wwwroot\MySite\forum\themes\Yafmobile\MobilePages\emailtopic.ascx 1
Error 88 The file 'MySite/forum/themes/Yafmobile/MobilePages/postmessage.ascx.cs' does not exist. C:\inetpub\wwwroot\MySite\forum\themes\Yafmobile\MobilePages\postmessage.ascx 1
Error 89 The file 'MySite/forum/themes/Yafmobile/MobilePages/pmessage.ascx.cs' does not exist. C:\inetpub\wwwroot\MySite\forum\themes\Yafmobile\MobilePages\pmessage.ascx 1
Error 90 The file 'MySite/forum/themes/Yafmobile/MobilePages/TopicLineMobile.ascx.cs' does not exist. C:\inetpub\wwwroot\MySite\forum\themes\Yafmobile\MobilePages\TopicLineMobile.ascx 1
Error 91 The file 'MySite/forum/themes/Yafmobile/MobilePages/cp_changepassword.ascx.cs' does not exist. C:\inetpub\wwwroot\MySite\forum\themes\Yafmobile\MobilePages\cp_changepassword.ascx 1
Error 92 The file 'MySite/forum/themes/Yafmobile/MobilePages/admin.ascx.cs' does not exist. C:\inetpub\wwwroot\MySite\forum\themes\Yafmobile\MobilePages\admin.ascx 1
I've put my forum in a different directory, runs fine, but when I try and build my website it throws these errors, I'm guessing I'm missing a reference to the correct directory somewhere?
I've merged all the configs into web.config, and as far as I can tell all my lines are correct:
<add key="YAF.BoardID" value="1"/>
<add key="YAF.EnableURLRewriting" value="true"/>
<add key="YAF.UseSMTPSSL" value="false"/>
<add key="YAF.DatabaseObjectQualifier" value="yaf_"/>
<add key="YAF.DatabaseOwner" value="dbo"/>
<add key="YAF.ConnectionStringName" value="yafnet"/>
<add key="YAF.ProviderExceptionXML" value="ProviderExceptions.xml"/>
<add key="YAF.FileRoot" value="~/forum/"/>
<add key="YAF.AppRoot" value="~/forum/"/>
<add key="YAF.ProviderKeyType" value="System.Guid"/>
<add key="YAF.ShowToolBar" value="true"/>
<add key="YAF.RadEditorSkin" value="Black"/>
<add key="YAF.UseRadEditorToolsFile" value="true"/>
<add key="YAF.RadEditorToolsFile" value="~/forum/editors/radEditor/toolsFile.xml"/>
I haven't modified any of the files in the yaf directory either.
All files are present and physically located in:
C:\inetpub\wwwroot\MySite\forum\themes\Yafmobile\MobilePages\
I'm really stuck, am I missing some tag or something?
精彩评论