Hi
When i add an article to multiple content groups I get an error but when i add the article to one group its fine. Is there anything I can do to fix this?
Thanks
Here is the error.
Server Error in '/' Application.
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 147: else
Line 148: preArticle.Groups = groups;
Line 149: preArticle = articles.Single(a => a.ArticleId == ga.ArticleId);
Line 150: groups = new List<Group>();
Line 151: }
Source File: c:\Inetpub\wwwroot\DotShoppingCartSuiteV2.53\DotShoppingCartSuiteV2.53\Web\View\ArticleListControl.ascx.cs Line: 149
Stack Trace:
|