Is anyone having trouble accessing their guest lists after updating to the newer program? I'm getting the following message:
Server Error in '/tools/guests' Application.Compilation ErrorDescription: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0121: The call is ambiguous between the following methods or properties: 'System.Web.Mvc.Html.ChildActionExtensions.RenderAction(System.Web.Mvc.HtmlHelper, string, string, object)' and 'Microsoft.Web.Mvc.ViewExtensions.RenderAction(System.Web.Mvc.HtmlHelper, string, string, object)'
Source Error:
Line 65: Dictionary<string, object> htmlAttributes = new Dictionary<string, object>(); Line 66: htmlAttributes.Add("onchange", "filterParties(this);"); Line 67: Html.RenderAction("GuestGroupsDropDown", "Common", new { name = "groupFilter_top", prompt = "All Groups", htmlAttributes = htmlAttributes }); Line 68: %> Line 69: <%-- end filter dropdown--%>
Source File: d:\siteroot\planning.theknot.com\tools\guests\Themes\TheKnot\UserControls\List\SortFilter_Top.ascx Line: 67
Show Detailed Compiler Output:
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927