I successfully upgraded DNN from version 5 to 06.00.01 on my
working server following these instructions http://www.dotnetnuke.com/Resources/Blogs/EntryId/1228/This-is-how-I-upgrade-a-DNN-instance.aspx
using DotNetNuke_Community_06.00.01_Upgrade.zip
After that i needed to upgrade DNN site and make new DNN solution on my
developer machine.
I did this :
1. Downloaded dotnetnuke-63995.zip that contains
DotNetNuke_Community.sln solution.
2. Added
my custom DNN modules projects to solution.
2. Deleted everything from solution
Website folder except web.config.
3. Corrected web.config with my DB DNN v.5 version
connection string.
4. Copied my
v.5 DNN portal files to solution
Website folder.
5. Upgraded DNN site in solution
Website folder following these instructions : http://www.dotnetnuke.com/Resources/Blogs/EntryId/1228/This-is-how-I-upgrade-a-DNN-instance.aspx
6. Portal worked correctly.
But since i started site from Visual Studio DotNetNuke_Community.sln solution it redirects me on Install/UpgradeWizard.aspx page with error :
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /DotNetNuke_Community/Install/UpgradeWizard.aspx
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Please, help
What i did wrong ? What's going on ?