'jquery' is not a valid script name. The name must end in '.js'

前端 未结 10 1697
长发绾君心
长发绾君心 2020-12-10 11:56

My ASP.Net project is working well, when suddenly we had a power failure. When I ran my web app, it is now showing a lot of

Could not load assembly S

10条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-10 12:19

    Thanks for posting your follow-up answer. I got this same error after installing jQuery.UI to a new ASP.NET web forms project based on the new One ASP.NET template in VS.NET 2013 and adding this line to the script manager in the master page:

    
    

    After installing the AspNet.ScriptManager.jQuery.UI.Combined NuGet package as you stated, the error was immediately resolved.

提交回复
热议问题