AjaxControlToolkit 3.0.30930.0 与 System.web.extension

发布于 2024-09-04 23:59:29 字数 463 浏览 3 评论 0原文

我最近开始在我的应用程序中使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

剑心龙吟 2024-09-11 23:59:29

我找到了解决我问题的方法。

这就是我所做的。

我将我的项目设置为引用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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文