Hi,
Notes: compiled DNN library for debug release, VSPro 2005 IIS 5.1
- installed starterkit
- created my website from the starterkit
- installed DNN source, re-compiled -- compiled no errors under debug release
- copied the DLL's to my website\bin directory
- compilied my "dev website", copied compiled site to my web IIS server
- app runs fine upgraded no problem, can login, move around etc...
IF I CLICK REGISTER: Value cannot be null. Parameter name: format
this is displayed right above the "welcome to dotnetnuke" module (all other modules display no problem)
if i access a menu item like log viewer, or users, etc:
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 noticed that my module "editing menu" text is empty ( as if the resources are not found) ( i changed the app_globalresources in the DNN source to DNN_Globalresources, and copied the directory to my website DNN installation)
I know it is somehting stupid (hopefully), and insight appreciated.
Angel.