Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET framework compatibility: 3.5 SP1 & 4.0 Client Profile

My addin requires .NET 3.5 SP1, client has .NET 4 client profile, Is it enough? I am trying to find a picture or diagram which shows relations among versions of .NET framework. thanks

The other way to say, is .NET 4 client profile a superset of .NET framework 35 SP1(not .NET framework 35 client profile)? thanks

like image 629
toosensitive Avatar asked Aug 24 '11 16:08

toosensitive


People also ask

Is .NET Framework 3.5 SP1 still supported?

NET Framework 2.0 SP2 and . NET Framework 3.0 SP2 components for customers who install . NET Framework 3.5 SP1 for as long as . NET Framework 3.5 SP1 remains in support.

What is Microsoft .NET Framework 3.5 SP1?

NET Framework 3.5 Service Pack 1 is a full cumulative update that contains many new features building incrementally upon . NET Framework 2.0, 3.0, 3.5, and includes cumulative servicing updates to the . NET Framework 2.0 and . NET Framework 3.0 subcomponents.

Which .NET Framework supports Windows 7 SP1?

NET Framework 4.7. 1 is supported on the following operating systems: Windows 7 Service Pack 1 (x86 and x64) Windows 8.1 (x86 and x64)


1 Answers

If your addin requires .NET 3.5 SP1 Client Profile, .NET 4.0 Client Profile is enough (it literally superseeds 3.5 SP1 in a sense). Read Version Compatibility in the .NET Framework for more info. Also see List of .NET Framework versions to see which comes after which.

like image 88
Teoman Soygul Avatar answered Sep 28 '22 03:09

Teoman Soygul