Do .Net components that were compiled against the .Net Framework 3.5 run on a system that has only .Net Framework 4.0 installed?
Or in other words, does the .Net Framework 4.0 Installer include the .Net Framework 3.5?
|
|
The .NET 4.0 installer doesn't include the .NET framework 3.5. There is some information on this topic in MSDN:
You can install .NET 3.5 and .NET 4.0 along side each other. Visual Studio 2010 also includes improved targetting support for .NET 3.5. ScottGu's blog talks about this in more detail. |
||||
|
|
|
On XP SP2 with FW 4 installed running FW3.5 application gives a message:
So the answer is no. |
|||
|
|
[.NET Framework Versions and Dependencies][1]http://msdn.microsoft.com/en-us/library/bb822049.aspx This gives a clear picture what is included in each version of .Net. Also, "You do not have to install previous versions of the .NET Framework or the CLR before you install the latest version; each version provides the necessary components." |
|||
|
|