ASP.NET 4.0 与 Ajaxcontroltoolkit 1.0 和 system.web.extensions 1.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
进入 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.