ajax控制工具包在服务器上不起作用 [英] ajax control toolkit is not working on server

查看:102
本文介绍了ajax控制工具包在服务器上不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

ajax控件工具包无法在Windows Server 2003上运行...
该怎么办?
有谁有解决方案吗?
请帮助我...

ajax control toolkit is not working on windows server 2003...
what to do??
is anyone have solution??
please help me...

推荐答案

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



看看以下内容: http://runtingsproper.blogspot.com/2010/03/can-not-load-type.html [ ^ ]



Have a look at this: http://runtingsproper.blogspot.com/2010/03/could-not-load-type.html[^]


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

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




请参阅此链接


无法加载类型"System.Web.UI.ScriptReferenceBase" '来自程序集``System.Web.Extensions,Version = 3.5.0.0,Culture = neutral,PublicKeyToken = 31bf3856ad364e35''. [




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''.[^]


是的,我得到了它
这个问题的解决方法是

更改:
yes, i got it
the solution of this question is

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



到:



to:

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



但也请记住,ajaxcontroltoolkit版本应匹配

对于vs 2010,请使用ajaxcontroltoolkit 4.0和
对于vs 2008,请使用ajaxcontroltoolkit 3.5和3.0(罕见情况)

我已经使用了vs 2008和ajaxcontroltoolkit 3.5,但是它不起作用,所以我安装了
ajaxcontroltoolkit 3.0 ...现在运行良好....
感谢您的所有好友



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


这篇关于ajax控制工具包在服务器上不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆