Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is .Net Framework 4 extended?

Tags:

.net-4.0

For testing purposes, I installed .Net Framework 4 Client Profile. My tests ended and I was to uninstall it, in order to install .Net Framework 4 full. The uninstaller told me to uninstall .Net Framework 4 extended first.

I've already found it and uninstalled, but the question remains: What is .Net Framework 4 extended?

like image 556
Click Ok Avatar asked May 03 '10 13:05

Click Ok


People also ask

What does .NET Framework 4 do?

NET Framework 4. The . NET Framework is Microsoft's comprehensive and consistent programming model for building applications that have visually stunning user experiences, seamless and secure communication, and the ability to model a range of business processes.

What is .NET Framework and why do I need it?

NET Framework is a software development framework for building and running applications on Windows. . NET Framework is part of the . NET platform, a collection of technologies for building apps for Linux, macOS, Windows, iOS, Android, and more.

What is Net Framework 4.5 used for?

NET Framework 4.5. 1. The offline package can be used in situations where the web installer cannot be used due to lack of internet connectivity. This is an offline installer.

What is Microsoft .NET Framework used for?

Net Framework is a software development platform developed by Microsoft for building and running Windows applications. The . Net framework consists of developer tools, programming languages, and libraries to build desktop and web applications. It is also used to build websites, web services, and games.


1 Answers

Got this from Bing. Seems Microsoft has removed some features from the core framework and added it to a separate optional(?) framework component.

To quote from MSDN (http://msdn.microsoft.com/en-us/library/cc656912.aspx)

The .NET Framework 4 Client Profile does not include the following features. You must install the .NET Framework 4 to use these features in your application:

* ASP.NET * Advanced Windows Communication Foundation (WCF) functionality * .NET Framework Data Provider for Oracle * MSBuild for compiling 
like image 55
lakshminb7 Avatar answered Nov 28 '22 14:11

lakshminb7