Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/72.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
jQueryMP未定义_Jquery_Asp.net_Mvc Mini Profiler - Fatal编程技术网

jQueryMP未定义

jQueryMP未定义,jquery,asp.net,mvc-mini-profiler,Jquery,Asp.net,Mvc Mini Profiler,我在尝试使用IIS和Google Chrome运行mini profiler项目时遇到了相同的问题,如中所述。我没有更改runAllManagedModulesForAllRequests设置,只是添加了 <handlers> <add name="MiniProfiler" path="mini-profiler-resources/*" verb="*" type="System.Web.Routing.UrlRoutingModule" resourceType=

我在尝试使用IIS和Google Chrome运行mini profiler项目时遇到了相同的问题,如中所述。我没有更改
runAllManagedModulesForAllRequests
设置,只是添加了

<handlers>
    <add name="MiniProfiler" path="mini-profiler-resources/*" verb="*" type="System.Web.Routing.UrlRoutingModule" resourceType="Unspecified" preCondition="integratedMode" />
</handlers>

web.config
。现在,在尝试运行站点之后,我收到了
jQueryMP是未定义的
。我能做些什么来解决这个问题

Google Chrome开发者工具栏显示includes.js中出现错误


我有MiniProfiler V2.0.2,我找到了解决方案。我将应用程序中使用的jQuery版本更改为1.7.1,然后调用
MiniProfiler.RenderIncludes()
as
MiniProfiler.RenderIncludes(null、null、null、null、null、true、false)
以便探查器在其外部使用我的jQuery