Targeting .NET Framework 3.5, Using .NET 2.0 Runtime. Caveats?

后端 未结 5 844
情深已故
情深已故 2020-12-19 13:19

I\'m developing an application that is targeting the .NET 3.5 Framework. The application\'s setup installs the .NET 2.0 runtime on the target machine. So fa

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-19 13:39

    If it's a client app that doesn't use asp.net etc you may be able to use the .Net Client Profile install which is much smaller (c. 26MB) - further details at:

    http://blogs.msdn.com/bclteam/archive/2008/05/21/net-framework-client-profile-justin-van-patten.aspx

    http://www.hanselman.com/blog/SmallestDotNetOnTheSizeOfTheNETFramework.aspx

提交回复
热议问题