Hello again. I'm still trying to get umbraco back up and working with my database restore. I'm in the process of moving servers. I've done the following, in this sequence.
1) Installed umbraco on the new server. Verified it was working. 2) Restore the database backup (from the old server) to the new server. Verified that the new data is now in umbraco through the backend of umbraco. 3) Copied the umbraco files from the old wwwroot folder to the new wwwroot folder.
I'm now getting the following error when I try and access the front end of the site.
Line 19: <add name="LoaderControlProvider" type="ClientDependency.Core.FileRegistration.Providers.LoaderControlProvider, ClientDependency.Core"/>
Line 20: <!-- Used for loading dependencies in Canvas mode -->
Line 21: <add name="CanvasProvider" type="umbraco.presentation.LiveEditing.CanvasClientDependencyProvider, umbraco" />
Line 22: </providers>
Line 23: </fileRegistration>
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load type 'umbraco.presentation.LiveEditing.CanvasClientDependencyProvider' from assembly 'umbraco'.
Configuration error, CanvasProvier
Hello again. I'm still trying to get umbraco back up and working with my database restore. I'm in the process of moving servers. I've done the following, in this sequence.
1) Installed umbraco on the new server. Verified it was working.
2) Restore the database backup (from the old server) to the new server. Verified that the new data is now in umbraco through the backend of umbraco.
3) Copied the umbraco files from the old wwwroot folder to the new wwwroot folder.
I'm now getting the following error when I try and access the front end of the site.
Line 19: <add name="LoaderControlProvider" type="ClientDependency.Core.FileRegistration.Providers.LoaderControlProvider, ClientDependency.Core"/> Line 20: <!-- Used for loading dependencies in Canvas mode --> Line 21: <add name="CanvasProvider" type="umbraco.presentation.LiveEditing.CanvasClientDependencyProvider, umbraco" /> Line 22: </providers> Line 23: </fileRegistration>
Please help. Thanks!
Sorry, this was the error posted above the code:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load type 'umbraco.presentation.LiveEditing.CanvasClientDependencyProvider' from assembly 'umbraco'.
sorry, this was the error posted above the code:
Also, what folders/files do I need to copy from the old server (wwwroot directory) to the new server (wwwroot directory)?
Ok, after several installs/uninstalls, copying/deleting, I've finally got the site up and running. Whew.
I copied the following directories/files form the old server to the new.
app_code
app_data
asp_net
css
data
masterpages
media
scripts
usercontrols
xslt
default.aspx
site.py
Now to figure out and install the scripts/packages that were used to run the old site.
is working on a reply...