Click here to Skip to main content
15,917,702 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am using visual studio 2012, in which i am using wizard control for student registration i want use validation in this but one error is comming,('jquery' is not a valid script name. The name must end in '.js'.) how we can resolve it
Posted

Did you try this[^]?

The first two links from the search above answers your question -
StackOverflow - 'jquery' is not a valid script name. The name must end in '.js'[^]
StackOverflow - ASP.NET Webforms Project created with VS2012 RC does not run in VS2012 RTM[^].

Please do a search before you ask.
 
Share this answer
 
v2
I was able to resolve this by installing the AspNet.ScriptManager.jQuery.UI.Combined and AspNet.ScriptManager.jQuery packages using the Nuget tool.

Try this...
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 17-Apr-14 2:11am    
Not an answer. Such posts are considered as abuse.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900