在 3.5 中总结 Asp.net Framework 4.0

发布于 2024-12-10 12:31:34 字数 442 浏览 3 评论 0原文

我正在 VS 2010 中开发一个应用程序,并使用刚刚从 Framework 3.5 迁移的 Asp.net Framework 4.0。我必须将其迁移到 4.0 的原因是,我有一个内置于 Framework 4.0 中的第三方工具包 dll,因此为了包含它,我必须将该项目的目标框架更改为 4.0。由于该项目是从其他项目引用的,所以我最终将整个应用程序转换为框架 4.0。一切正常,但由于应用程序也使用 spring.net,在成功构建应用程序后,我发现几乎所有页面上都有损坏的控件。对于我们在应用程序中使用的用户控件 PopupDatePickerControl,我收到 java 脚本错误(关于未定义的控件)。我下载并包含了最新版本的 Spring.net。我不知道是什么导致了这个问题。如果有人有使用框架 4.0 和 spring.net 的组合的经验,请帮忙?或者有什么办法可以将 Framework 4.0 封装到 3.5 中。所以我不必进行此迁移。 谢谢!

I am working on an application in VS 2010 and using Asp.net framework 4.0 which i just migrated from Framework 3.5. The reason i had to migrate it to 4.0 is, i have a third party toolkit dll which is built in Framework 4.0, so in order to include it i had to change target framework of this project to 4.0. As, this project is being referred from other projects ans so on.., i end up converting whole application to framework 4.0. Every thing worked okay but as the application is using spring.net also, after successfully building the application, i found broken controls on almost all the pages. i am getting java script errors (about undefined control)for usercontrol PopupDatePickerControl we are using in the application. i downloaded and included latest version of Spring.net. i have no idea what is causing this problem. Please help if any one has experience working with this combination of framework 4.0 and spring.net? OR there is any way out to wrap up Framework 4.0 into 3.5. so i don't have to do this Migration.
Thanks!

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

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

发布评论

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

评论(1

等风来 2024-12-17 12:31:34

在很多层面上听起来都像是在黑暗中开枪。它可能不是 4.0 和 Spring.NET 的组合,除非您没有引用正确的 Spring.NET dll。您可以发布部分 IoC 配置和应用程序架构的粗略轮廓吗?

另外,您提到的其他第三方工具包是什么?

Sounds like a shot in the dark on so many levels. It's probably not the combination of 4.0 and Spring.NET, unless you aren't referencing the correct Spring.NET dlls. Can you post parts of your IoC configuration and a rough outline of your app's architecture?

Also, what is the other third party toolkit you mentioned?

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