Hi I am trying to create another copy of my current DNN 4.5.4 portal website on my XP workstation. I've done the following:
1. copied the website directory, and all the subfolders and files (including .dlls) to a new directory -- preserved the same folder structure.
2. Created a new IIS virtual directory
3. Pointed the new virtual directory to point to the new web folder.
4. Configured the security permissions in the IIS virtual directory to match my old website
5. Added a new entry into PortalAlias to match the new virtual directory URL
My old website works fine but i get the following error when I try to load the new website:
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Value cannot be null.
Parameter name: type
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.ArgumentNullException: Value cannot be null.
Parameter name: type
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:
[ArgumentNullException: Value cannot be null. Parameter name: type] System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace) +565339 System.Xml.Serialization.XmlSerializer..ctor(Type type) +6 DotNetNuke.Common.Utilities.XmlUtils.DeSerializeHashtable(String xmlSource, String rootname) +268 DotNetNuke.Services.Personalization.PersonalizationController.LoadProfile(Int32 UserId, Int32 PortalId) +111 DotNetNuke.Services.Personalization.PersonalizationController.LoadProfile(HttpContext objHTTPContext, Int32 UserId, Int32 PortalId) +39 DotNetNuke.HttpModules.DNNMembershipModule.OnAuthenticateRequest(Object s, EventArgs e) +3142 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Please help!
Thanks,
Tom