This question is locked. New answers and comments are not allowed.
Hello,
I recently upgraded a project from the Q1 2011 release to Q3 2011. After this upgrade, I found that upon loading a partial view that used Telerik widgets via AJAX, an "~/Scripts/jquery-1.6.4.js" not found error would appear.
We set the ScriptRegistrar's .jQuery(false) and change the default path before the </body> tag in our layout. The only way I've found to get around this in Q3 so far is to repeat the ScriptRegistrar calls inside every partial view that might be loaded with Ajax.
This issue doesn't occur for us when using the Q1 release, only Q3. Any idea what's going on here?
Thanks,
Matthew
I recently upgraded a project from the Q1 2011 release to Q3 2011. After this upgrade, I found that upon loading a partial view that used Telerik widgets via AJAX, an "~/Scripts/jquery-1.6.4.js" not found error would appear.
We set the ScriptRegistrar's .jQuery(false) and change the default path before the </body> tag in our layout. The only way I've found to get around this in Q3 so far is to repeat the ScriptRegistrar calls inside every partial view that might be loaded with Ajax.
This issue doesn't occur for us when using the Q1 release, only Q3. Any idea what's going on here?
Thanks,
Matthew