I'm trying to deploy changes from one local instance to another but nothing happens on second instance.
Second instance is a clone of the first. Both instances have same Courier installed and reference on one another. Last step of deployment process says "Packaging" and "Extraction" but nothing happens on the second instance. No errors during deployment process were shown.
What possibly goes wrong and what should I do to make it work?
Configuration:
umbraco 4.9.1
Courier 2.7.5.1.90v4 (trial)
Windows 7 x64
After deploy in log_Error.txt I have:
4/1/2013 10:08:00 AM; logging media picker packagign Document Top10 Property Data
4/1/2013 10:08:00 AM; System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
Cannot deploy
I'm trying to deploy changes from one local instance to another but nothing happens on second instance.
Second instance is a clone of the first. Both instances have same Courier installed and reference on one another.
Last step of deployment process says "Packaging" and "Extraction" but nothing happens on the second instance.
No errors during deployment process were shown.
What possibly goes wrong and what should I do to make it work?
Configuration:
It turned out that my problem is in custom data types, they couldn't be transfered without additional data resolvers.
is working on a reply...