ASP.NET 4.0 与 Ajaxcontroltoolkit 1.0 和 system.web.extensions 1.0

发布于 2024-09-28 09:11:10 字数 325 浏览 2 评论 0原文

我们正在考虑升级我们的 asp.net 2.0 应用程序以在 4.0 框架上运行。我们目前使用 system.web.extensions 1.0 和 AjaxControlToolkit 1.0。

我们对该工具包进行了修改,因此此后就没有对其进行升级。当我将我们的解决方案和依赖项目升级到 4.0 时,我收到“sys 未定义”错误,它告诉我它没有加载上述文件的正确版本。

我已经尝试了所有可能的 web.config 设置来强制它使用 1.0 版本,但无济于事。

是否可以将 4.0 框架与 system.web.extensions 和 ajaxtoolkit 1.0 版本一起使用?

We are looking into upgrading our asp.net 2.0 application to run on the 4.0 framework. We currently use system.web.extensions 1.0 and AjaxControlToolkit 1.0.

We made modifications to the toolkit and so we haven't upgraded it since. When I upgrade our solution and dependent projects to 4.0 I get the "sys is not defined" error which tells me it is not loading the correct versions of the above files.

I've tried all of the web.config settings possible for forcing it to use the 1.0 versions but to no avail.

Is it even possible to use the 4.0 framework with the system.web.extensions and ajaxtoolkit 1.0 versions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

痞味浪人 2024-10-05 09:11:10

进入 4.0 框架后,某些资源可能已发生变化,因此您可能需要在解决方案中包含正确的引用。

Some of the resources may have changed going into the 4.0 framework and so you may need to include the correct References into the solution.

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