The ScriptRegistrar.Render() method is throwing the exception: Specified file does not exist: "~/Scripts/jquery-1.4.js"
This is because I have upgraded to JQuery 1.4.1 . What is my solution?
3 Answers, 1 is accepted
0
Atanas Korchev
Telerik team
answered on 04 Feb 2010, 09:15 AM
Hello DotNut,
You have to modify the source of the controls because they are still looking for 1.4. Open ScriptRegistrar.cs and update the value of the jQuery constant.
All the best,
Atanas Korchev
the Telerik team
Watch a video
on how to optimize your support resource searches and
check out more tips
on the blogs.
Follow the status of features or bugs in
PITS
and vote for them to affect their priority.
What about if I make a copy of jquery-1.4.1.js and call it jquery-1.4.js?
0
Atanas Korchev
Telerik team
answered on 05 Feb 2010, 07:47 AM
Hello DotNut,
This should work too.
Regards,
Atanas Korchev
the Telerik team
Watch a video
on how to optimize your support resource searches and
check out more tips
on the blogs.
Follow the status of features or bugs in
PITS
and vote for them to affect their priority.