Hi,
I'm still trying to integrate YAF into my application.
My current problem is a bit weirdo. Here is the error I'm getting:
Object reference not set to an instance of an object.
Satır 126:
Satır 127: // render the forum
Satır 128: base.Render( writer );
Satır 129:
Satır 130: writer.WriteLine( "</div></div>" );
Source File: c:\Documents and Settings\Kaan\Belgelerim\Visual Studio 2005\WebSites\EMYAF\App_Code\YAF\Forum.cs Satır: 128
Yığın İzleme:
[NullReferenceException: Object reference not set to an instance of an object.]
YAF.Classes.Data.DB.user_guest(Object boardID) +126
YAF.Classes.Utils.UserMembershipHelper.IsGuestUser(Int32 userID) +143
YAF.Controls.UserLink.Render(HtmlTextWriter output) +91
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
.
.
.
and the weird thing is even though I'm manually inserting data into UserGroup table, it inserted line gets deleted when the error occurs.
I'm not into YAF.Classes.Data.DB codes; what should I do?
Thanks.