Could not load file or assembly “Microsoft.Web.Extensions”

前端 未结 3 1593
遥遥无期
遥遥无期 2021-02-13 03:42

I\'ve inherited an asp.net 3.5 solution and I\'m having trouble getting it working. I keep receiving the error:

Could not load file or assembly \'Microsof

3条回答
  •  感情败类
    2021-02-13 03:46

    You should install on your server the ASP.NET AJAX for Asp.Net 2.0. You can find it here: http://www.microsoft.com/download/en/details.aspx?id=883

    If you don't have access in this server, you can upload the .dll file into the bin folder.

    I hope it works!

提交回复
热议问题