November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
With the help of EPiServer Support team we found that the following was missing in Web.Config:
<episerver.mail.communitysource>
<sites>
<site siteId="*">
<communitySource subscriptionUserAttributeName="EPiServerMailSubscriber" />
</site>
</sites>
</episerver.mail.communitysource>
right under the <configuration>-section. With the corresponding "section name" under <configSections>:
<section name="episerver.mail.communitysource" type="EPiServer.Mail.Sources.EPiServerCommunity.Configuration.CommunitySourceSection, EPiServer.Mail.Sources.EPiServerCommunity" />
I’m encountering a similar problem posted in another thread after migrating Relate+ 1.0 to Relate+ 2.0
Server Error in '/' Application.
Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
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.FormatException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
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:
This error occurs in the right frame when entering EPiServer’s edit-mode. It’s "solved" by deleting EPiServer.Mail.Sources.EPiServerCommunity.dll from the \bin folder. However this .dll is included in a standard installation of Relate+ 2.0 so I doubt this is a valid solution. I've utilized Reflector and it seems that the constructor assigns a valid GUID so I'm a bit stuck. Any ideas?