Ajax client-side framework failed to load Asp.Net 4.0

后端 未结 13 1557
轮回少年
轮回少年 2020-12-08 07:56

I got a complicated problem with ASP.Net 4.0 Ajax....I started a website with Visual Studio 2010 on my machine,and added some update panels they used to work fine,but sudden

13条回答
  •  攒了一身酷
    2020-12-08 08:18

    I had this problem as well dealing with a master page and in my case it was a "Base" meta setting that was messing me up. I do recall reading another article/blog somewhere where they mentioned an issue with ajax validation across different domains causing this type of error.

    So in my case, I had a reference setting the default url for the site but my dev was obviously a different url...thus conflict and the "ASP.NET Ajax client-side framework failed to load." error.

    Removed the base and voila...error gone.

    HTH

    Dave

提交回复
热议问题