YAFLogo

v1rusxx
  • v1rusxx
  • 50.2% (Neutral)
  • YAF Forumling Topic Starter
12 years ago
I have a content page as follow

<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="testdisplay.aspx.cs" Inherits="testdisplay" %>

<%@ Register TagPrefix="YAF" TagName="ForumActiveDiscussion" Src="forum/controls/ForumActiveDiscussion.ascx" %>

As you can see on the code above i included the forum control with the Forum register for the Active discussion

But for some reason when i run it it says i have an error in my root. I am using the most uptodate yaf.

Any help would be great

Also I did download the simple yaf application to see how it was implemented and it seems to work but it doesnt work on my web page.

Sponsor
Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
12 years ago
I think.this might help you.

http://forum.yetanotherforum.net/yaf_postst14268_how-to-integrate-Yaf-Net-v-1-9-6-1-with-asp-net-application.aspx 

Edit, oops. I didn't see where you've tried the SampleApplication already.

Are you using the the Forum.aspx page? You also have to references the YAF DLL's too.

v1rusxx
  • v1rusxx
  • 50.2% (Neutral)
  • YAF Forumling Topic Starter
12 years ago
actually i figure it out.

I needed a scripmanager in there for it to work......

now is working