วันพฤหัสบดีที่ 27 มิถุนายน พ.ศ. 2556

Install YAF (Yet Another .NET Forum) in subfolder of MVC

You will got error from the start but with this step will make you pass.
1. add <remove namespace="..."/> in yaf  web.config line 72 for not conflict with MVC
            <namespaces>
                <remove namespace="System.Web.Mvc.Html"/>
                <remove namespace="System.Web.Mvc"/>
                <remove namespace="System.Web.Optimization"/>
                <remove namespace="System.Web.Mvc.Ajax"/>
                <remove namespace="System.Web.Helpers"/>
                <add namespace="YAF.Core"/>
                <add namespace="YAF.Controls"/>
                <add namespace="YAF.Utils"/>
                <add namespace="YAF.Types.Interfaces"/>
                <add namespace="YAF.Types"/>
            </namespaces>
2. Go to folder u can install normally now.

ไม่มีความคิดเห็น: