I have recently installed .net 3.5 SP1. When I deployed a compiled web site that contained a form with its action set:
<form id="theForm" runat="server" action="post.aspx">
I received this error.
Method not found: 'Void System.Web.UI.HtmlControls.HtmlForm.set_Action(System.String)'.
If a fellow developer who has not installed SP1 deploys the compiled site it works fine. Does anyone know of any solutions for this?