I encountered same problem, and want to know if you have the solution or not?
The problem is: Once I am trying to add a new topic in the forum, I will get error:
"An unexpected error has occurred on this page. The system administrators have been notified. Please feel free to contact us with the information surrounding this error.
The error occurred in:
http://localhost/ThePhile/Modules/Forums/MyProfile.aspx
Error Message: Object reference not set to an instance of an object.Stack Trace:
System.NullReferenceException: Object reference not set to an instance of an object. at Wrox.WebModules.Forums.Web.MyProfile.Page_Load(Obj ect sender, EventArgs e) in C:\wrox\ThePhile\Modules\Forums\MyProfile.aspx.cs: line 49 at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain()"
Any idea?