Visual Studio 2012 .Net 4.5 Validator Error
不知道 Visual Studio 2012 .Net 4.5 Validator 驗證元件的人生出了甚麼意外...
一旦用了驗證元件就會跳出錯誤,錯誤訊息如下
一旦用了驗證元件就會跳出錯誤,錯誤訊息如下
WebForms UnobtrusiveValidationMode 需要 'jquery' 的 ScriptResourceMapping。請加入 ScriptResourceMapping 命名的 jquery (區分大小寫)。
總之解決方是>工具>程式庫管理員>Package Manager Console>輸入命令
"Install-Package Microsoft.ScriptManager.jQuery "
之後我的驗證元件考試都拿一百分呢!
"Install-Package Microsoft.ScriptManager.jQuery
之後我的驗證元件考試都拿一百分呢!
參考來源:
http://nuget.org/packages/Microsoft.ScriptManager.jQuery
另一種解決辦法是 從C槽中找到 AspNet.ScriptManager.jQuery.DLL這個檔案
然後丟到你專案裡面的Bin資料夾中
另一種解決辦法是 從C槽中找到 AspNet.ScriptManager.jQuery.DLL這個檔案
然後丟到你專案裡面的Bin資料夾中
0 意見:
張貼留言