Last Post 8/20/2008 7:43:20 PM By benaias2000.
2 replies.
8/14/2008 6:32:01 PM |
benaias2000
Posts: 3
Joined: 7/11/2008
|
Problem in installing dotshopingcart
|
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:
Line 57: container.BlockId = (int)dbPage.BlockId;
Line 58: container.PageId = dbPage.PageId;
Line 59: Block block = Block.GetById((int)dbPage.BlockId);
Line 60: container.Data = block.Data;
Line 61: }
Source File: d:\hshome\elfrutal\almaceneselfrutal.com\Default.aspx.cs Line: 59
Stack Trace:
[XmlException: Root element is missing.]
System.Data.Linq.DBConvert.ChangeType(Object value, Type type) +3027
Read_Block(ObjectMaterializer`1 ) +494
System.Data.Linq.SqlClient.ObjectReader`2.MoveNext() +26
System.Linq.Enumerable.Single(IEnumerable`1 source) +227
DotShoppingCart.OpenSource.Core.Block.GetById(Int32 id) +357
_Default.LoadBlockContainer() in d:\hshome\elfrutal\almaceneselfrutal.com\Default.aspx.cs:59
_Default.Page_Load(Object sender, EventArgs e) in d:\hshome\elfrutal\almaceneselfrutal.com\Default.aspx.cs:48
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
|
8/14/2008 7:01:48 PM |
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
|
Re: Problem in installing dotshopingcart
|
Is it the problem that you load the page or an installation problem? Did the page load before?
DotShoppingCart Staff
|
8/20/2008 7:43:20 PM |
benaias2000
Posts: 3
Joined: 7/11/2008
|
Re: Problem in installing dotshopingcart
|
Thanks for reply luke, this problem is data in tables corrupt.
|