an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Page Editor crashes the whole site
Last Post 8/23/2010 12:30:08 PM By Bahram. 2 replies.
8/20/2010 11:23:19 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Page Editor crashes the whole site
 Luke,
 
When do you want to fix this problem, Why Page Editor is tightly coupled with the whole solution, It is obvious that new features like Tag or Articles have bugs and they crash on editing so the database will be inconsistent and then the website ( default page ) not working.
 
Thanks,   
8/23/2010 12:06:30 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Page Editor crashes the whole site
I don't any problem with our latest shipping product V4.1.
DotShoppingCart Staff
8/23/2010 12:30:08 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Page Editor crashes the whole site
If you do not have any problem, that does not mean there is no Problem.
 
This is the bug after Tag cloud bug. 
 
Sequence contains more than one matching element 
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 more than one matching element
Source Error: 
Line 145:                        else
Line 146:                            preArticle.Groups = groups;
Line 147:                        preArticle = articles.Single(a => a.ArticleId == ga.ArticleId);
Line 148:                        groups = new List<Group>();
Line 149:                    }
 
Source File: d:\AcrEStore_4.0\Web\View\ArticleListControl.ascx.cs    Line: 147