When I'm going to the View/Delete/Export Log page from the Admin page, I see the last 20 entries in the log just fine. But:
1. when trying to move to an older page, e.g. page 2, I'm getting an empty page
2. when trying to export more than 20 messages, I'm getting this error:
Object reference not set to an instance of an object.
Description:
An unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the error and
where it originated in the code.
Exception Details:
System.NullReferenceException: Object reference not set to an instance of an
object.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
CuteSoft.Chat.UI.CuteSoft_Client.CuteChat.Admin.Log.a() +69
CuteSoft.Chat.UI.CuteSoft_Client.CuteChat.Admin.Log.b(Object A_0, EventArgs A_1) +63
System.Web.UI.WebControls.ListControl.OnSelectedIndexChanged(EventArgs e) +105
System.Web.UI.WebControls.DropDownList.RaisePostDataChangedEvent() +134
System.Web.UI.WebControls.DropDownList.System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent() +7
System.Web.UI.Page.RaiseChangedEvents() +137
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4778
|
Please help.
Thanks,