Click here to Skip to main content
15,913,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.



<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %><br />
<br />
<pre lang="xml"><asp:ToolkitScriptManager ID="ScriptManager1" runat="server" />
<asp:TextBox ID="txtDOB" runat="server" />
<asp:CalendarExtender ID="c1" runat="server" TargetControlID="txtDOB" /></pre><br />
<br />
<br />
plese guide me........................
Posted

1 solution

You need to have framework 3.5 SP1 installed on the system to get away with this error.

Read about the details of this error and resolution here:Hidden Surprises in .NET 3.5 Service Pack 1[^]
 
Share this answer
 

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