Try our conversational search powered by Generative AI!

Error in edit mode, could be related to EPi Mail

Vote:
 

Hi all

 

I am getting this error message in Edit Mode.  Has anyone come across this before?  Stuck for ideas.

 

Any help would be much appreciated!

 

Server Error in '/' Application.


Value cannot be null.
Parameter name: group

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.ArgumentNullException: Value cannot be null.
Parameter name: group

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace:

[ArgumentNullException: Value cannot be null.
Parameter name: group]
   EPiServer.Common.Security.Internal.SecurityHandler.GetGroupUsers(IGroup group) +478
   ThinkBig.Web.UI.EPiServerMail.ProjectMembersSource.ConstructRecipientContainer(Club club) +808
   ThinkBig.Web.UI.EPiServerMail.ProjectMembersSource.GetRecipientContainers(ISite site, Int32 page, Int32 pageSize, Int32& totalItems, RecipientContainerSortOrder[] order) +792
   EPiServer.Mail.Core.EP.Web.ComposeNewMailControl.BindRecipientContainers() +416
   EPiServer.Mail.Core.EP.Web.ComposeNewMailControl.InitializeRecipientsSection() +675
   EPiServer.Mail.Core.EP.Web.ComposeNewMailControl.Page_Init(Object sender, EventArgs e) +55
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
   System.Web.UI.Control.OnInit(EventArgs e) +132
   System.Web.UI.Control.InitRecursive(Control namingContainer) +143
   System.Web.UI.Control.InitRecursive(Control namingContainer) +391
   System.Web.UI.Control.InitRecursive(Control namingContainer) +391
   System.Web.UI.Control.InitRecursive(Control namingContainer) +391
   System.Web.UI.Control.InitRecursive(Control namingContainer) +391
   System.Web.UI.Control.InitRecursive(Control namingContainer) +391
   System.Web.UI.Control.InitRecursive(Control namingContainer) +391
   System.Web.UI.Control.InitRecursive(Control namingContainer) +391
   System.Web.UI.Control.InitRecursive(Control namingContainer) +391
   System.Web.UI.Control.InitRecursive(Control namingContainer) +391
   System.Web.UI.Control.InitRecursive(Control namingContainer) +391
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1477
#59514
Jun 13, 2012 16:48
Vote:
 

It sounds like 

ThinkBig.Web.UI.EPiServerMail.ProjectMembersSource.ConstructRecipientContainer(Club club)

calls
EPiServer.Common.Security.Internal.SecurityHandler.GetGroupUsers(IGroup group) with group == null
#59515
Jun 13, 2012 18:06
This thread is locked and should be used for reference only. Please use the Legacy add-ons forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.