When I logged in as Admin of my site to moderate some product changes (specifically adding a new DNN role at purchase of a specific product), I was shown the error below. Note that moderating changes had worked before, no issues.
As a side note, I duplicated the product pending changes and deleted the original one, so it appears I am okay from a customer side but I have lost this moderation ability. Thanks for your help!
******** ERROR MESSAGE ********
An unexpected error has occurred! DotNetNuke.Services.Exceptions.ModuleLoadException: Property accessor 'ChangeSetObjectTypeFormatted' on object 'CartViper.Modules.Store.Data.ChangeSet' threw the following exception:'Sequence contains no elements' ---> System.Reflection.TargetInvocationException: Property accessor 'ChangeSetObjectTypeFormatted' on object 'CartViper.Modules.Store.Data.ChangeSet' threw the following exception:'Sequence contains no elements' ---> System.InvalidOperationException: Sequence contains no elements at System.Linq.Enumerable.First[TSource](IEnumerable`1 source) at lambda_method(Closure ) at CartViper.Modules.Store.External.SubSonic.Linq.Structure.DbQueryProvider.Execute(Expression expression) at CartViper.Modules.Store.External.SubSonic.Linq.Structure.QueryProvider.System.Linq.IQueryProvider.Execute[S](Expression expression) at System.Linq.Queryable.First[TSource](IQueryable`1 source) at CartViper.Modules.Store.Data.ChangeSet.get_ChangeSetObjectTypeFormatted() --- End of inner exception stack trace --- at System.ComponentModel.ReflectPropertyDescriptor.GetValue(Object component) at System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName) at System.Web.UI.DataBinder.Eval(Object container, String[] expressionParts) at ASP.desktopmodules_cartviper_catalogmoderation_ascx.__DataBind__control8(Object sender, EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.WebControls.DataGrid.CreateItem(Int32 itemIndex, Int32 dataSourceIndex, ListItemType itemType, Boolean dataBind, Object dataItem, DataGridColumn[] columns, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.DataGrid.CreateControlHierarchy(Boolean useDataSource) at System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at CartViper.Modules.Store.Components.StoreControlBase.OnLoad(EventArgs e) --- End of inner exception stack trace ---