Click here to Skip to main content
15,916,949 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
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
Posted
Updated 27-Sep-11 15:20pm
v3

1 solution

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
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900