I am having a problem with viewing the posts in the clubsite forum. When I am logged in i get an error in App_Code/BLL/forum.vb. I can see the Topics.aspx and the threads.aspx but when i try to load the thread.aspx i get this error:
The INSERT statement conflicted with the FOREIGN KEY constraint "FK_MembersThreads_MemberInfo". The conflict occurred in database "D:\MY DOCUMENTS\VISUAL STUDIO 2005\WEBSITES\CSD\APP_DATA\CLUBDB.MDF", table "dbo.MemberInfo", column 'memberid'.
The statement has been terminated.
When i am not logged in i get an error in thread.aspx:
Object reference not set to an instance of an object.
Can someone please help me with this problem.