Click here to Skip to main content
15,896,330 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
ajax control toolkit is not working on windows server 2003...
what to do??
is anyone have solution??
please help me...
Posted
Comments
André Kraak 29-Sep-11 1:13am    
"is not working" to far to vague. You will need to supply some more detail on what is not working.

If you wish to change your question use the Improve Question button.
bkthebest 29-Sep-11 1:38am    
"Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'."

this is the error i got

P.Salini 29-Sep-11 1:14am    
Provide some more details,like what error you are getting and where?
bkthebest 29-Sep-11 1:38am    
"Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'."

this is the error i got
sravani.v 29-Sep-11 1:14am    
What error u r getting?

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


Have a look at this: http://runtingsproper.blogspot.com/2010/03/could-not-load-type.html[^]
 
Share this answer
 
Comments
bkthebest 29-Sep-11 2:02am    
thakns Andre,
this works well
i used it yesterday
but problem is that
when i change <cc1:ToolkitScriptManager runat="server" ... /> to
<asp:ScriptManager runat="server" ... /> no error shown but
the <asp:PopupControlExtender/>
is not working...
André Kraak 29-Sep-11 2:22am    
I found the following:

Check if you have set ScriptManager.EnablePartialRendering = "true"to your ScriptManager or not? You should set it to true.
Furthermore also remove CommitProperty="value" from the markup of PopupControlExtender.

This is from: http://forums.asp.net/t/1646310.aspx
bkthebest 29-Sep-11 3:55am    
hii have checked ScriptManager.EnablePartialRendering = "true"
and it is already true
and CommitProperty of PopupControlExtender. have blank...
still it doesn't work
also i tried with ajaxcontroltoolkit 3.0 as someone suggested....
but cann't find solution....please help me....
my whole project work fine only this part doesn't work....send your email id..i'll send code of my project
XML
Change: <ajaxToolkit:ToolkitScriptManager ID="ScriptManager1" runat="server" />

to: <asp:ScriptManager ID="ScriptManager1" runat="server" />



Refer this link


Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.[^]
 
Share this answer
 
v2
Comments
bkthebest 29-Sep-11 2:05am    
thakns,
this works well
i used it yesterday
but problem is that
when i change <cc1:ToolkitScriptManager runat="server" ... /> to
<asp:ScriptManager runat="server" ... /> no error shown but
the <asp:PopupControlExtender/>
is not working...
yes, i got it
the solution of this question is

Change:
<ajaxToolkit:ToolkitScriptManager ID="ScriptManager1" runat="server" />


to:
<asp:ScriptManager ID="ScriptManager1" runat="server" />


but also remember that ajaxcontroltoolkit version should match

for vs 2010 use ajaxcontroltoolkit 4.0 and
for vs 2008 use ajaxcontroltoolkit 3.5 and 3.0(rare cases)

i have use vs 2008 and ajaxcontroltoolkit 3.5 but it doesn't work so i installed
ajaxcontroltoolkit 3.0...now it works well....
thanks for all your post buddies
 
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