Around and About .NET World

Il blog di Marco Minerva
posts - 1671, comments - 2232, trackbacks - 2135

My Links

News

Contattami su Live Messenger:


MCTS: Windows, Web, Distributed Applications & SQL Server

MCPD: Enterprise Applications

Tag Cloud

Archives

Post Categories

Links

Un po' di chiarezza sull'in-place upgrade a .NET 4.5

Il .NET Framework 4.5 è rilasciato come un in-place upgrade della versione 4.0. Questo significa che .NET 4.5 sostituisce completamente la release precedente sul PC, senza modificarne il numero di versione. Come si può leggere nel post .NET 4.5 is an in-place replacement for .NET 4.0 di Rick Strahl:

When you install .NET 4.5 your .NET 4.0 assemblies in the \Windows\.NET Framework\V4.0.30319 are overwritten with a new set of assemblies. You end up with overwritten assemblies as well as a bunch of new ones (like the new System.Net.Http assemblies for example). […] The 4.5 update completely replaces the .NET 4.0 runtime and leaves the actual version number set at v4.0.30319.

Un punto che può creare confusione riguarda la possibilità di creare applicazioni per .NET 4.0 dopo che è stato effettuato l'upgrade alla versione 4.5. Rick ci dice che:

When you build a new project with Visual Studio 2011, you can still target .NET 4.0 or you can target .NET 4.5. But you are in effect referencing the same set of assemblies for both regardless which version you use.

Scott Hanselman, invece, nel suo post .NET Versioning and Multi-Targeting - .NET 4.5 is an in-place upgrade to .NET 4.0, fa notare una cosa diversa:

It's been implied on blogs that if you install .NET 4.5 on your machine that you can't safely develop for .NET 4. In Rick's post, he compares two DLLs on a .NET 4 machine and again after the .NET 4.5 in place upgrade. How can you target safely against .NET 4 if you've installed .NET 4.5? You don't have those .NET 4 DLLs anymore, right?

Actually you do. They are in C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework.

[…] So while .NET 4 and .NET 4.5 don't live side by side on your system at runtime, Visual Studio knows about all the different versions of .NET and the compiler will reference different versions when you build.

Chi ha ragione? La cosa necessità di ulteriori approfondimenti.

Print | posted on giovedì 13 settembre 2012 13:08 | Filed Under [ C# VB .NET ASP .NET .NET 4.5 Visual Studio 2012 ]

Feedback

Gravatar

# re: Un po' di chiarezza sull'in-place upgrade a .NET 4.5

Credo che questo sia uno dei motivi per cui hanno messo Hyper-V sul client :)
13/09/2012 16:11 | Alessandro Scardova
Gravatar

# re: Un po' di chiarezza sull'in-place upgrade a .NET 4.5

Già... C'è sempre una spiegazione a tutto :-)
13/09/2012 17:47 | Marco Minerva
Gravatar

# re: Un po' di chiarezza sull'in-place upgrade a .NET 4.5

windows net 4.0 is very useful!
25/10/2012 10:22 | cylindrical roller bearings
Comments have been closed on this topic.

Powered by:
Powered By Subtext Powered By ASP.NET