Does the .NET Framework 4.0 intaller installs .NET 3.5 as well?
        Posted  
        
            by John Doe
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by John Doe
        
        
        
        Published on 2010-04-15T14:32:25Z
        Indexed on 
            2010/04/15
            15:33 UTC
        
        
        Read the original article
        Hit count: 207
        
.NET
.NET 4.0 is meant to run side-by-side with 3.5 and won't run 3.5 apps, which is making me worried about having to instruct my users to download .NET 3.5 instead of just "the latest version".
I've read in a blog that the 4.0 installer will install 3.5 as well if it's not already installed but I can't test it right now, did anyone try this or have an answer from a trusted source?
© Stack Overflow or respective owner