Now with the new upgrade Pending Changes we pulled everything from the portal using Source Tree but that just crash my local environment.
For the record we have the following set up : LOCAL > STAGE .io (Portal) > LIVE
Both STAGE & LIVE are running fine but LOCAL just crashed and throwing the following error.
We tried to clone the local environment again but still throwing same error.
However we have 1 project which we started from scratch on umbraco Cloud using SQL CE and where we Pulled all updates which works well on all environment.
Anyone has any idea what might be the issue here ?
Server Error after pulling Updates
Hi guys,
is anyone having the same issue after pulling new upgrades from the portal ?
Just for information the project am working on was intially created on local environment with SQL 2012. So we went through all the process of upgrading the version to make it work with umbraco Cloud. (UAAS by that time). https://github.com/umbraco/.comDocumentation/blob/master/Deployment/existingsite.md
Now with the new upgrade Pending Changes we pulled everything from the portal using Source Tree but that just crash my local environment.
For the record we have the following set up : LOCAL > STAGE .io (Portal) > LIVE Both STAGE & LIVE are running fine but LOCAL just crashed and throwing the following error.
We tried to clone the local environment again but still throwing same error.
However we have 1 project which we started from scratch on umbraco Cloud using SQL CE and where we Pulled all updates which works well on all environment.
Anyone has any idea what might be the issue here ?
Thanks,
You probably need to put the following assembly redirect in your web.config, in the
runtime\assemblyBinding
section:Yep works now.
Thanks,
is working on a reply...