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

前端 未结 10 1674
长发绾君心
长发绾君心 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:34

    I had a similar situation and already had the script reference (above) but I also needed to make sure that the dll was copied to the local folder.

    F4 on AspNet.ScriptManager.jQuery and AspNet.ScriptManager.jQuery.UI.Combined and set Copy Local to True.

提交回复
热议问题