This question is locked. New answers and comments are not allowed.
I have a MVC 3 project using the Telerik MVC contols (2011.1.315). I am also using MembershipServices. If I start a new project using Telerik MVC 3 then add Memberships, add all of the login Pieces and such I get this error
Requested URL: /Account/LogOn
If on the Other hand I start a new project using MVC 3 (not Telerk) and then add the Telerik pieces I get the error referenced in the subject. "Microsoft JScript runtime error: Object doesn't support property or method 'tMenu'" when I try to debug. Otherwise if I just run the site it get an error
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.Requested URL: /Account/LogOn
If on the Other hand I start a new project using MVC 3 (not Telerk) and then add the Telerik pieces I get the error referenced in the subject. "Microsoft JScript runtime error: Object doesn't support property or method 'tMenu'" when I try to debug. Otherwise if I just run the site it get an error
jQuery(
'#menu').tMenu();}) is not a function
Maybe the easiest way to handle this is to ask is there a way to create a new Telerik MVC 3 project that also includes MembershipServices, or am I just missing something here?
Thanks
Russ