getting error
Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
change:
<ajaxToolkit:ToolkitScriptManager ID="ScriptManager1" runat="server" />
<ajaxToolkit:ToolkitScriptManager ID="ScriptManager1" runat="server" />
to: <asp:ScriptManager ID="ScriptManager1" runat="server" />
4 comments:
Thanq for this post it helped me a lot...
http://mGinger.com/index.jsp?inviteId=1435613
not working. i have already taken it
still giving error
Install SP1
Installing DotNet framework 3.5 SP1 fixed the issue.
-Bhaskar
"It is our wits that make us men"
www.bhaskartripathi.com
Post a Comment