Dear All!
My website is using DNN Verson 4.3.6, Assembly Verson 4.4.0.
1. Recently, I copied all of the Install File in DNN Verson 4.9.0 folder (Or 4.6.2 or 4.5.5 are the same) to the new folder: MyWebsite,
2. reconfig the release.config by the parameter in the old web.config in my old website, and save with the name web.config.
3. Then, I copied the DesktopModules and Portals from my old website to the new MyWebsite
4. Run the localhost://mywebsite/install/install.aspx?mode=install
All of the steps are almost done except the SQL Provider 4.5.00
But it's ok. The line : "Click here to access your Portal" appeared.
When I Click there, it through out the errors : System.IndexOutOfRangeException: Email
I Was searching on this forum and found out the solution: Open the GetPortal storeProcedure and add the line "Email"=(Select Email from Users where IsSuperUser = '1'), and then this error not happen again.
But then, there's another Error happen: System.IndexOutOfRangeException: PageQuota.
I can not found out what happen. So I come here to post to find out some help.
Looking forward to hearing from all of you soon!
Thanks alot.
MinhPL