add the <Pages>...</Pages> given in the frist post above to <System.Web> element in the web.config.
something like this:
..
<System.Web>
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</controls>
</pages>
</System.Web>
<System.Web>
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</controls>
</pages>
</System.Web>
版权声明:程序员胖胖胖虎阿 发表于 2022年10月12日 下午7:00。
转载请注明:AJAX: Unknown server tag asp:ScriptManager | 胖虎的工具箱-编程导航
转载请注明:AJAX: Unknown server tag asp:ScriptManager | 胖虎的工具箱-编程导航
相关文章
暂无评论...