Click here to Skip to main content
15,921,028 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello friends,

I am trying to use ajax control in my asp.net website which i develope in visual studio 2008.I complete all the designing but whenever i try to run it,this exception is occur...

Exception Message:Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.


Please help me to solve thi sproblem.



Thanks in advance....
Posted
Updated 14-Mar-11 0:32am
v2

1 solution

add a script manager <asp:Scriptmanager id="script1" runat="server" /> at the top of your page content.
 
Share this answer
 
v2

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