YAFLogo

Refat
  • Refat
  • 50.6% (Neutral)
  • YAF Forumling Topic Starter
10 years ago
Hi all,

I have downloaded the YAFNET-master.zip folder for Yaf forums

After extract the folder i found 2 folders :

[list=1]

  • yaf_mojoportal[/list]
  • [list=1]
  • yafsrc[/list]
  • From the yafsrc folder i have run these 2 files :

    build.bat

    BuildPackages.bat

    then i have copied the YetAnotherForum.NET folder and past it to the virtual directory.

    After that i have changed the recommended.web.config to web.config

    After restarting my website from IIS,

    I'm trying to reach the install/default.aspx page but it gives me this error :

    Server Error in '/' Application.

    Parser Error

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: Could not load type 'YAF.ForumPageBase'.

    Source Error:

    Line 1: <%@ Page Language="C#" AutoEventWireup="true" ValidateRequest="false" Inherits="YAF.ForumPageBase" %>

    Line 2: <%@ Register TagPrefix="YAF" Assembly="YAF" Namespace="YAF" %>

    Line 3: