kentico_zdenekc
-
8/13/2008 7:31:05 AM
RE:Deployment Problems
Hi Louise,
These errors could be caused by some content changes in the App_Data folder. Could you please try to delete content of ~\App_Data\CMSTemp directory in appropriate project folder? It could be one of most possible causes and the deleting should help.
The second error could be caused by the content of 'App_Code’ change during the import action (and also during the new site wizard action - because import features are used there). The problem is caused by the .NET behavior. The application is forced to the restart every time the content of this system folder change as the .NET Framework need to reload the content. We aren't able to influent this. Usually the application restarts after the import is completed (it means your site should be present in the sites list and should be running). Does the new (blank) site appear in the sites list in SiteManager?
Could you please confirm whether you add some content to the 'App_Code' folder? If so, possible solution would be to move this content somewhere else within the project folder structure before exporting (creating new site), and after the import (or creating new site), moving this content back to 'App_Code' folder.
Best regards, Zdenek Cetkovsky
|