我正在尝试将WebForm.aspx页面添加到Mvc项目,此页面包含脚本管理器,如下所示:
<asp:ScriptManager runat="server">
<Scripts>
<asp:ScriptReference Name="MsAjaxBundle" />
<asp:ScriptReference Name="Focus.js" Assembly="System.Web" Path="~/Scripts/WebForms/Focus.js" />
<asp:ScriptReference Name="WebFormsBundle" />
</Scripts>
</asp:ScriptManager>
当我打开此页面时,错误是:
异常详细信息:System.InvalidOperationException:&#39; MsAjaxBundle&#39;是 不是有效的脚本名称。该名称必须以&#39; .js&#39;。
结尾
我从Nuget添加了这些引用:
但它没有解决它,是否可能..谢谢