user646073
user646073

Reputation: 149

Is .net framework 2.0 required if 3.5 is installed?

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

Upvotes: 3

Views: 4541

Answers (3)

Mike
Mike

Reputation: 1

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.

Upvotes: 0

Erik Funkenbusch
Erik Funkenbusch

Reputation: 93434

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

Upvotes: 2

Joel Coehoorn
Joel Coehoorn

Reputation: 415735

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

Upvotes: 4

Related Questions