Ajax客户端脚本错误 [英] Ajax Client side script error

查看:101
本文介绍了Ajax客户端脚本错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 如果( typeof (Sys)=== ' 未定义') '  ASP.NET Ajax客户端框架无法加载." ); 



我正在使用.Net Framework 4.0,并且我的系统中安装了Visual Studio 2010 Ultimate .ajax

我该如何解决这个问题.请解决方案

您需要安装用于.NET 3.5的Ajax扩展和Ajax ToolKit.

在这里检查: http://www.asp.net/ajax/downloads/

您也可以参考此链接
http://weblogs.asp. net/lkempe/archive/2007/08/04/asp-net-ajax-and-url-rewriting-issue.aspx [ Google


if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');



I am using .Net framework 4.0 and visual studio 2010 ultimate .ajax is installed in my system

How can I resolve this problem. plz reply

解决方案

You need to install Ajax Extensions and Ajax ToolKit for .NET 3.5.

Check here :http://www.asp.net/ajax/downloads/

also you can refer this link
http://weblogs.asp.net/lkempe/archive/2007/08/04/asp-net-ajax-and-url-rewriting-issue.aspx[^]

If your problem is not cleared then please go through this link
some more solutions are there.

Google


这篇关于Ajax客户端脚本错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆