I use Umbraco 4.5.2 for Dot Net 3.5. The problem is whenever I try to create a package of the site, I am just able to give the name of the package. But when I press next, BOOM, I get the following error:
Root element is missing.
Description:
An unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the error and
where it originated in the code.
Exception Details:
System.Xml.XmlException: Root element is missing.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Unable to create an Umbraco Package!
I use Umbraco 4.5.2 for Dot Net 3.5. The problem is whenever I try to create a package of the site, I am just able to give the name of the package. But when I press next, BOOM, I get the following error:
Root element is missing.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Xml.XmlException: Root element is missing.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
IE also shows an error:
Message: Can't execute code from a freed script.
Please help....
Well I have found the solution myself... Thanks...
Just add the following to: App_Data\packages\created\createdPackages.config
<?xml version="1.0" encoding="utf-8"?>
<packages>
</packages>
just had exactly the same problem and this fix worked for me too. i would high 5 but i'm not allowed :(
thanks!
is working on a reply...