I had previously used the ajax control toolkit,, it was working fine but now come to know about the asp.net ajax library beta. I had installed it but I am getting the below error every time
" Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. "
And I am not understanding What to do, tried a lot but was not successful and also i want to use the editor control of the ajax library beta so can anyone will give me solution for this...
None
0 Points
7 Posts
Getting an error while using asp.net ajax library beta
Feb 11, 2010 03:13 PM|sana89|LINK
Hiii
I had previously used the ajax control toolkit,, it was working fine but now come to know about the asp.net ajax library beta. I had installed it but I am getting the below error every time
" Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. "
And I am not understanding What to do, tried a lot but was not successful and also i want to use the editor control of the ajax library beta so can anyone will give me solution for this...
thanks in advance...
All-Star
32861 Points
7877 Posts
Re: Getting an error while using asp.net ajax library beta
Feb 12, 2010 07:06 AM|qwe123kids|LINK
Have You Tried installing dotnet franework 3.0,3.5.
Avinash Tiwari
Remember to click “Mark as Answer” on the post, if it helps you.
None
0 Points
7 Posts
Re: Getting an error while using asp.net ajax library beta
Feb 12, 2010 09:15 AM|sana89|LINK
I had installed visual studio2008 which installs the framework 2.0,3.0 and 3.5..
All-Star
32861 Points
7877 Posts
Re: Getting an error while using asp.net ajax library beta
Feb 12, 2010 01:31 PM|qwe123kids|LINK
It seems code using .NET 3.5 Service Pack 1 but deployed to a system that has .NET 3.5 without Service Pack 1.
If you compile your code using SP1, you will include a reference to this class, which does not exist in .NET 3.5 pre-SP1.
Compile using .NET 3.5 without SP1.
OR
Install SP1 on the target system
Avinash Tiwari
Remember to click “Mark as Answer” on the post, if it helps you.
None
0 Points
7 Posts
Re: Getting an error while using asp.net ajax library beta
Feb 13, 2010 09:46 AM|sana89|LINK
Hii
Thankzz but can u will tell me how to compile it without sp1...
None
0 Points
7 Posts
Re: Getting an error while using asp.net ajax library beta
Mar 07, 2010 10:12 AM|sana89|LINK
Thnkzzz
i got the answer I had the juz installed the .net 3.5 framework sp1 and its working fine...