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
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.