I have Installed Clean DNN 4.06.02 on my development machine,
Then I published the site using visual studio 2005, selecting: "Use fixed names and single page assemblies" into folder
called: "DNNSite", i have set the security for the folder and configured the IIS to point to that folder as ASP.NET 2.0 application.
Then I opened the Site using Explorer, the site looks great for now,
Then I logged in as Host
Then I moved over the Admin Menu --> The menu open but instead of seen "Event Viewer" I saw "Log Viewer"
It looks strange so I selected it and then Excpetion was raised:
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 don't know how to fix this problem.
I also tried to deploy the site using WebDeployment project buti got the same results.
Does anyone managed to deploy DNN without the source code?
Please help :(