Method not found errorhttp://forums.asp.net/t/1797339.aspx/1?Method+not+found+errorWed, 09 May 2012 16:34:28 -040017973394953097http://forums.asp.net/p/1797339/4953097.aspx/1?Method+not+found+errorMethod not found error <p>I've added the microsoft-web-helpers package to my Web Pages 2 project.&nbsp; I now try to use the Video helper and I get the following error:</p> <pre class="prettyprint">Method not found: 'System.Web.WebPages.HelperResult Microsoft.Web.Helpers.Video.Flash(System.String, System.String, System.String, Boolean, Boolean, Boolean, System.String, System.String, System.String, System.String, System.String, System.String, System.Object, System.Object, System.String)'.</pre> <p>Any ideas?</p> 2012-04-26T14:15:58-04:004957802http://forums.asp.net/p/1797339/4957802.aspx/1?Re+Method+not+found+errorRe: Method not found error <p>Hi</p> <p>You can refer to MSDN:</p> <p><a href="http://msdn.microsoft.com/en-us/library/microsoft.web.helpers.video.flash(v=vs.99).aspx">http://msdn.microsoft.com/en-us/library/microsoft.web.helpers.video.flash(v=vs.99).aspx</a></p> <p>If it still can't work, please re-download it Here:</p> <p><a href="http://aspnet.codeplex.com/releases/view/58781">http://aspnet.codeplex.com/releases/view/58781</a></p> 2012-04-30T09:00:44-04:004957811http://forums.asp.net/p/1797339/4957811.aspx/1?Re+Method+not+found+errorRe: Method not found error <p>I have MVC 3 installed, but I'm using Web Pages 2 and it still doesn't work.&nbsp; I still get the same error message.</p> 2012-04-30T09:06:02-04:004959323http://forums.asp.net/p/1797339/4959323.aspx/1?Re+Method+not+found+errorRe: Method not found error <p>Do you have been update your microsoft web helper? Some version of microsoft web should be update before use to another web applications.</p> 2012-05-01T06:28:16-04:004959415http://forums.asp.net/p/1797339/4959415.aspx/1?Re+Method+not+found+errorRe: Method not found error <p>I used NuGet to install the Microsoft Web Helpers and it gave me 1.15.&nbsp; Which I believe is the latest one because when I done an Update-Package it said there was no package found.</p> 2012-05-01T07:45:06-04:004971028http://forums.asp.net/p/1797339/4971028.aspx/1?Re+Method+not+found+errorRe: Method not found error <p>got the similar problem</p> <pre class="prettyprint">Method not found: 'System.Web.WebPages.HelperResult Microsoft.Web.Helpers.ReCaptcha.GetHtml(System.String, System.String, System.String, Int32)'.</pre> <p><br> it occurs when copy the website from my laptop to another computer.</p> <p>i tried reinstall asp.net helper but nothing helps.</p> <p>cannot understand same setting same software in both computers. but same website not works.</p> 2012-05-08T14:18:49-04:004973176http://forums.asp.net/p/1797339/4973176.aspx/1?Re+Method+not+found+errorRe: Method not found error <p>refer to my post above, I could say, we got same problem.</p> <p>try following</p> <p>1.&nbsp; open webmatrix and your site</p> <p>2.&nbsp; click 'RUN' then you get your site running in the browser. </p> <p>3.&nbsp; change the URL http://localhost:28760/&nbsp; TO http://localhost:28760/_Admin/&nbsp; then press ENTER (if your have not visited _admin page before, you will be ask to set a password )</p> <p>4. Reinstall the <strong>ASP.NET Web Helpers Library 1.15</strong></p> <p>5. Magic!!! it works</p> <p></p> <p>still magic. I cannot understand why throw Webmatrix NuGet Gallery to reinstall the helper package not show same result.</p> <p>hope this will help your works.</p> <p>Cheeeeeeeeeeers!!!!!</p> <p></p> <p></p> 2012-05-09T16:34:28-04:00