Hi ,
I removed the demo data and it was installed successfully. but I got an another error below.
-----------------------------------
Server Error in '/' Application.
--------------------------------------------------------------------------------
Sequence contains no elements
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.InvalidOperationException: Sequence contains no elements
Source Error:
Line 65: DbDataReader reader = (DbDataReader)db.ExecuteReader(cmd);
Line 66: IEnumerable<Block> blocks = DBController.GetDataContext().Translate<Block>(reader);
Line 67: block = blocks.Single();
Line 68: Utils.Cache.Insert(cacheKey, block, dep);
Line 69: } else {
Source File: C:\DotShoppingCartOpenSourceV2\Core\DBO\Block.cs Line: 67
Stack Trace:
[InvalidOperationException: Sequence contains no elements]
System.Linq.Enumerable.Single(IEnumerable`1 source) +315
DotShoppingCart.OpenSource.Core.Block.GetByName(String name) in C:\DotShoppingCartOpenSourceV2\Core\DBO\Block.cs:67
site.Page_Load(Object sender, EventArgs e) in c:\DotShoppingCartOpenSourceV2\web\site.master.cs:55
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
---------------------------------=--
Could you help me to install the web program work?
Ta
|