AjaxControlToolkit 3.0.30930.0 与 System.web.extension
我最近开始在我的应用程序中使用 AjaxControlToolkit v3.0.30930.0 和 System.Web.Extension 3.5。
我的开发环境是Visual Studio 2005,.NET Framework 2.0,开发语言是C#。
我使用的 Ajax 控件是 ModalPopupExtender。我还使用了 UpdatePanel 和 updateprogress 控件。
在我的开发机器上一切正常。但是,在将应用程序部署到未安装 System.Web.Extension 3.5 的服务器后,我遇到了问题,这是可以理解的。
我的问题是,我使用的 ajax 控件可以在没有 System.Web.Extension 3.5 的情况下工作吗?假设我将 ajaxcontroltoolkit 恢复到版本 1.0.61025.0?我还没有安装 .NET 3.5 的选项。
感谢您的帮助。
约翰
I recently started to use AjaxControlToolkit v3.0.30930.0 in my application together with System.Web.Extension 3.5.
My development environment is Visual Studio 2005, .NET Framework 2.0 and the development language is C#.
The Ajax control I used is the ModalPopupExtender. I also used the UpdatePanel and updateprogress controls.
Everything is working fine on my development machine. But I got a problem after I deployed the application to a server which does not have System.Web.Extension 3.5 installed, which is understandable.
My question is, can the ajax controls I used work without System.Web.Extension 3.5? Say I revert the ajaxcontroltoolkit back to version 1.0.61025.0? I don't have the option to install .NET 3.5 as yet.
Thank you for your help.
John
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了解决我问题的方法。
这就是我所做的。
我将我的项目设置为引用system.web.extension dll版本1.0.61025.0和ajaxcontroltoolkit版本1.0.20229.20821。然后我更新了所有相关设置以告诉.NET运行时加载1.0.61025.0版本的system.web.extension dll。效果很好。
希望这对某人有帮助。
约翰
I figured out a solution to my question.
Here is what I did.
I set my project to reference version 1.0.61025.0 of system.web.extension dll and version 1.0.20229.20821 of ajaxcontroltoolkit. Then I updated all the relevant settings to tell .NET runtime to load version 1.0.61025.0 of system.web.extension dll. It worked out fine.
Hope this is of some help to somebody.
John