"ASP. NET Ajax client framework cannot be loaded" SOLUTION

Source: Internet
Author: User

When I was working on a project today, the error "error: ASP. NET Ajax client framework could not be loaded" was prompted when I was just running the project, and an error was reported consecutively:

 

 

 

Even more irritating is that it runs normally on other machines. As a result, Google immediately obtained a solution:

  • "Extension ing" in IIS. Someone pointed out that this problem occurs if the script ing in IIS is not. axd. It has been verified that this is not the case.
  • UTF-8 encoding problems. <Globalization requestencoding = "UTF-8" responseencoding = "UTF-8"/>. The page encoding format is UTF-8. Invalid. It does not seem to be a coding problem.
  • Debugging mode problems. Modify <compilation DEBUG = "true"> In webconfig to false. Invalid.
  • Add system. Web. Extensions and System. Web. Extensions. Design references to the project. It's useless.
  • Reinstall microsft.net framwork 3.5 SP1 to fix the environment. Solve the problem.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.