|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Yesterday @ 6:07 AM
Points: 121,
Visits: 646
|
|
| Is there any issue installing .NET 4.0 on the same server that's running .NET 3.5.1/SQL Server 2008 R2?
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: 2 days ago @ 4:28 PM
Points: 335,
Visits: 844
|
|
| Should not be an issue. .NET frameworks are backwards compatible. However, like SQL Server, some features may be removed moving forward. There were certain features in 1.1 and 2.0 that are no longer in 3.5+. If your application uses those, then you must have the particular version installed for it to work. However, installing a newer framework won't affect the existing application.
|
|
|
|
|
SSChampion
        
Group: General Forum Members
Last Login: Today @ 5:37 AM
Points: 11,792,
Visits: 28,080
|
|
nope no issue at all; they get installed in seperate directories, ie inside C:\Windows\Microsoft.NET\Framework64 you'll see V2.0.50727,v3.0,v3.5 and v4.0.30319
when you create a visual studio project, you can target which framework to use.
Lowell
--There is no spoon, and there's no default ORDER BY in sql server either. Actually, Common Sense is so rare, it should be considered a Superpower. --my son
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Yesterday @ 5:56 AM
Points: 82,
Visits: 350
|
|
All versions of the .net framework can co-exist on the same server. You should be OK.
Mark
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Yesterday @ 6:07 AM
Points: 121,
Visits: 646
|
|
|
|
|