Hi,
I'm working in DNN 4.3.4 application. Everything is working fine with the source code version of my application.
Then I precomplied my application using "Publish Web Site" option of VS.NET2005. When I tried to view "Log Viewer" screen, it is not working and gives the following error:
An error has occurred.
DotNetNuke.Services.Exceptions.PageLoadException: Value cannot be null. Parameter name: format ---> System.ArgumentNullException: Value
cannot be null. Parameter name: format at System.String.Format(IFormatProvider provider, String format, Object[] args) at
DotNetNuke.UI.WebControls.PagingControl.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
--------------------------------------------------------------------------------
I'm getting this error not only for the log viewer, but also for "User Accounts", "Site Log", "Languages", "Vendors", "Schedule", "SuperAccounts".
For "Ktomics WWWiki 1.0" module, I'm getting the following error:
Object reference not set to an instance of an object.
But with source code version everything is working fine. Only the precompiled version of my application is giving the above errors.
If anyone know the solution, kindly let me know.
Thanks In Advance,
Vikiboye