Is .net framework 2.0 required if 3.5 is installed?

前端 未结 3 1698
时光说笑
时光说笑 2021-01-20 11:32

I\'m wondering if .net framework 3.5 is installed, is .net framework 2.0 still required to run .net 2.0 applications? Thanks.

相关标签:
3条回答
  • 2021-01-20 11:49

    .Net 3.5 is really .Net 2.0 plus some extras. You can't install 3.5 unless .Net 2.0 is also there.

    0 讨论(0)
  • 2021-01-20 11:59

    .NET 3.5 runs on top of .NET 2.0, so they both have be there to use .NET 3.5.

    0 讨论(0)
  • 2021-01-20 12:01

    I beg to differ. I'm trying to install Email2DB 3.0 on a Windows Server 2003 machine that has .Net 3.5 and the installation errors out saying it can't find .Net 2.0. Tech support's only reply to my issue is "You have to have .Net 2.0 installed because it has certain components required." With that said, however, their manual says with Server 2008 or 2012 it requires .Net 3.5 so I'm sure the issue is with the software being installed.

    0 讨论(0)
提交回复
热议问题