I used NuGet to install the Microsoft Web Helpers and it gave me 1.15. Which I believe is the latest one because when I done an Update-Package it said there was no package found.
refer to my post above, I could say, we got same problem.
try following
1. open webmatrix and your site
2. click 'RUN' then you get your site running in the browser.
3. change the URL http://localhost:28760/ TO http://localhost:28760/_Admin/ then press ENTER (if your have not visited _admin page before, you will be ask to set a password )
4. Reinstall the ASP.NET Web Helpers Library 1.15
5. Magic!!! it works
still magic. I cannot understand why throw Webmatrix NuGet Gallery to reinstall the helper package not show same result.
Neil_Knight
Member
260 Points
59 Posts
Method not found error
Apr 26, 2012 02:15 PM|LINK
I've added the microsoft-web-helpers package to my Web Pages 2 project. I now try to use the Video helper and I get the following error:
Any ideas?
Helpers webpages
SonicMan
Participant
1472 Points
228 Posts
Re: Method not found error
Apr 30, 2012 09:00 AM|LINK
Hi
You can refer to MSDN:
http://msdn.microsoft.com/en-us/library/microsoft.web.helpers.video.flash(v=vs.99).aspx
If it still can't work, please re-download it Here:
http://aspnet.codeplex.com/releases/view/58781
Neil_Knight
Member
260 Points
59 Posts
Re: Method not found error
Apr 30, 2012 09:06 AM|LINK
I have MVC 3 installed, but I'm using Web Pages 2 and it still doesn't work. I still get the same error message.
teguhyuliant...
Participant
1370 Points
372 Posts
Re: Method not found error
May 01, 2012 06:28 AM|LINK
Do you have been update your microsoft web helper? Some version of microsoft web should be update before use to another web applications.
Helpers webpages
Neil_Knight
Member
260 Points
59 Posts
Re: Method not found error
May 01, 2012 07:45 AM|LINK
I used NuGet to install the Microsoft Web Helpers and it gave me 1.15. Which I believe is the latest one because when I done an Update-Package it said there was no package found.
ZZYTIGER
Member
4 Points
2 Posts
Re: Method not found error
May 08, 2012 02:18 PM|LINK
got the similar problem
it occurs when copy the website from my laptop to another computer.
i tried reinstall asp.net helper but nothing helps.
cannot understand same setting same software in both computers. but same website not works.
ZZYTIGER
Member
4 Points
2 Posts
Re: Method not found error
May 09, 2012 04:34 PM|LINK
refer to my post above, I could say, we got same problem.
try following
1. open webmatrix and your site
2. click 'RUN' then you get your site running in the browser.
3. change the URL http://localhost:28760/ TO http://localhost:28760/_Admin/ then press ENTER (if your have not visited _admin page before, you will be ask to set a password )
4. Reinstall the ASP.NET Web Helpers Library 1.15
5. Magic!!! it works
still magic. I cannot understand why throw Webmatrix NuGet Gallery to reinstall the helper package not show same result.
hope this will help your works.
Cheeeeeeeeeeers!!!!!