Monday, June 22, 2009

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

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" />
 
to: <asp:ScriptManager ID="ScriptManager1" runat="server" />

 

4 comments:

  1. Thanq for this post it helped me a lot...

    http://mGinger.com/index.jsp?inviteId=1435613

    ReplyDelete
  2. not working. i have already taken it





    still giving error

    ReplyDelete
  3. Installing DotNet framework 3.5 SP1 fixed the issue.

    -Bhaskar
    "It is our wits that make us men"
    www.bhaskartripathi.com

    ReplyDelete