2022年12月2日 星期五

[ui[研究][ASP.NET]WebForms UnobtrusiveValidationMode 需要 'jquery' 的 ScriptResourceMapping。請加入 ScriptResourceMapping 命名的 jquery (區分大小寫)。

[研究][ASP.NET]WebForms UnobtrusiveValidationMode 需要 'jquery' 的 ScriptResourceMapping。請加入 ScriptResourceMapping 命名的 jquery (區分大小寫)。

2022-12-02

環境:Visual Studio 2022 + ASP.NET + WebForm + Web Application + C#

********************************************************************************

********************************************************************************

'/' 應用程式中發生伺服器錯誤。

WebForms UnobtrusiveValidationMode 需要 'jquery' 的 ScriptResourceMapping。請加入 ScriptResourceMapping 命名的 jquery (區分大小寫)。

描述: 在執行目前 Web 要求的過程中發生未處理的例外狀況。請檢閱堆疊追蹤以取得錯誤的詳細資訊,以及在程式碼中產生的位置。

例外狀況詳細資訊: System.InvalidOperationException: WebForms UnobtrusiveValidationMode 需要 'jquery' 的 ScriptResourceMapping。請加入 ScriptResourceMapping 命名的 jquery (區分大小寫)。

原始程式錯誤:

在執行目前 Web 要求期間,產生未處理的例外狀況。如需有關例外狀況來源與位置的資訊,可以使用下列的例外狀況堆疊追蹤取得。


堆疊追蹤:

[InvalidOperationException: WebForms UnobtrusiveValidationMode 需要 'jquery' 的 ScriptResourceMapping。請加入 ScriptResourceMapping 命名的 jquery (區分大小寫)。]
   System.Web.UI.ClientScriptManager.EnsureJqueryRegistered() +3886935
   System.Web.UI.WebControls.BaseValidator.RegisterUnobtrusiveScript() +14
   System.Web.UI.WebControls.BaseValidator.OnPreRender(EventArgs e) +11611974
   System.Web.UI.Control.PreRenderRecursiveInternal() +132
   System.Web.UI.Control.PreRenderRecursiveInternal() +227
   System.Web.UI.Control.PreRenderRecursiveInternal() +227
   System.Web.UI.Control.PreRenderRecursiveInternal() +227
   System.Web.UI.Control.PreRenderRecursiveInternal() +227
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3671



版本資訊: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.8.4494.0

********************************************************************************

解決

AspNet.ScriptManager.jQuery 3.6.0 用 NuGet 安裝回來 ( jQuery 要從 3.6.1 降回 3.6.0)

(完)


沒有留言:

張貼留言