Courier Error when deploying from staging to live.
I'm using Umbraco v6.2.4 (Assembly version: 1.0.5394.15649)
and Courier version 2.7.8.43.v6 (hotfix).
The error I get is as follows when trying to deploy through Courier:
System.NullReferenceException: Object reference not set to an instance of an object.
at Umbraco.Courier.Core.Repository.loadSettings(XmlNode settingsXml)
at Umbraco.Courier.Core.Storage.RepositoryStorage.GetByAlias(String alias)
at Umbraco.Courier.UI.Trees.LoadRepositories.Render(XmlTree& tree)
I have tried to debug this and can't figure out what exactly is going wrong.
I have also tried re-installing the Courier Package. This allows it to work for a short period of time and then I start getting this error.
Can someone help me to resolve this or advise me on what they would do?
Isn't there anyone who has any idea why this is failing when trying to GetByAlias(String alias)? I've checked the config file again and again, i've even used a validator on it and everything seems fine.
Courier Error when deploying from staging to live.
I'm using Umbraco v6.2.4 (Assembly version: 1.0.5394.15649) and Courier version 2.7.8.43.v6 (hotfix).
The error I get is as follows when trying to deploy through Courier:
I have tried to debug this and can't figure out what exactly is going wrong.
I have also tried re-installing the Courier Package. This allows it to work for a short period of time and then I start getting this error.
Can someone help me to resolve this or advise me on what they would do?
Thanks!
Isn't there anyone who has any idea why this is failing when trying to GetByAlias(String alias)? I've checked the config file again and again, i've even used a validator on it and everything seems fine.
is working on a reply...