This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hi, Joe:
When click link "Edit Notifications" in Forums with sqlitedb, Block.
Below code in ForumModuleEditSubscriptions.aspx.cs may has bug:
/////////////////////////////////////////////////////////////////////
private void PopulateControls() {
...... #if MONO rptForums.DataBind(); #else this.DataBind(); //Block at this #endif
........ }
//////////////////////////////////////////////////////////////////////
Thanks!
This is now fixed in svn trunk if you do svn update and rebuild.
Thanks,
Joe