gpt4 book ai didi

.NET 4.0 Framework升级要求?

转载 作者:行者123 更新时间:2023-12-04 18:54:19 29 4
gpt4 key购买 nike

即将发布的.NET 4版本有哪些要求?搜寻此内容,似乎找不到明确的答案。具体来说...

  • 客户是否必须将其.NET Framework CLR(从1.1升级到2.0)才能运行以4.0为目标的应用程序?
  • ASP.NET是需要升级框架还是行为类似于运行3.5个应用程序的2.0?
  • 最佳答案

    Will clients have to upgrade their .NET Framework CLR (like from 1.1 to 2.0) to run 4.0-targeted applications?



    是的,只要您的目标是具有新CLR版本的.NET 4.0。但是,您可以针对4.0之前的框架来避免这种情况,并与以前的CLR版本一起运行。

    查看Scott Guthrie的博客文章: Multi-Targeting Support (VS 2010 and .NET 4 Series)

    在那篇博文中,Scott瞄准了.NET 2.0,并且在博文中途有一张截屏,显示ASP.NET在2.0上运行,他写道:

    When we run the application using the built-in VS web-server, it will run using the ASP.NET 2.0 version (and the VS 2010 debugger will debug the CLR 2.0 process)



    该帖子以.NET 4.0为目标,并显示了类似的屏幕快照,显示了在4.0上运行的ASP.NET。

    Will ASP.NET require a framework upgrade or will behavior be similar to 2.0 running 3.5 apps?



    斯科特(Scott)在上面的帖子对此进行了介绍。同样,这取决于您的目标。

    此外, Multi-Targeting section of the ASP.NET 4.0 whitepaper在Web.config编译元素 <compilation targetFramework="4.0"/>中提到了使用新的ASP.NET 4.0 targetFramework属性的功能。如果您省略它,那么将推断目标框架。但是,以框架为目标还需要考虑其他因素,例如:

    In a .NET Framework 4 application pool, the ASP.NET build system assumes the .NET Framework 4 as a target if the Web.config file does not include the targetFramework attribute or if the Web.config file is missing. (You might have to make coding changes to your application to make it run under the .NET Framework 4.)



    出于更多考虑,请访问上述链接。

    关于.NET 4.0 Framework升级要求?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1384875/

    29 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com