When I click on a survey link I get an error similar to what's pasted below. If I refresh and click a second time, I get a message stating "you already participated in this survey"
I am using IE. Help!
Server Error in '/' Application.
--------------------------------------------------------------------------------
Field not found: 'PersonalizationElements.Email'.
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.MissingFieldException: Field not found: 'PersonalizationElements.Email'.
Source Error:
Line 155: SurveyManager omanager = new SurveyManager();
Line 156: omanager.UpdateSurveyIp(Request.ServerVariables["REMOTE_ADDR"].ToString(), oSurvey.UserInvitationId);
Line 157: string url = SurveyDownLine.Web.Code.PEReplaceMents(oSurvey.SurveyUrl, oFCUser, oSurvey.UserInvitationId.ToString());
Line 158: Response.Redirect(url.Trim());
Line 159: }
Source File: E:SurveyDownlineCodeShadowShopperShadowShopper.Webpartnersc2.aspx.cs Line: 157
Stack Trace:
[MissingFieldException: Field not found: 'PersonalizationElements.Email'.]
SurveyDownLine.Web.Code.PEReplaceMents(String url, User oUser, String extraInformation) in D:ProjectsSurveyDownLineSurveyDownLine.WebUtilsCode.cs:75
PartnerApp.Web.partner.sc2.Page_Load(Object sender, EventArgs e) in E:SurveyDownlineCodeShadowShopperShadowShopper.Webpartnersc2.aspx.cs:157
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1