Hello friends,
Today I downloaded a software and when I try to install it, it give me pop message. "You need to install .NET frame work to run this software"
Can someone tell me what is .NET frame work?
Regards.
| SitePoint Sponsor |
Hello friends,
Today I downloaded a software and when I try to install it, it give me pop message. "You need to install .NET frame work to run this software"
Can someone tell me what is .NET frame work?
Regards.





means you need to install the .net framework.
here is the link to download it http://www.microsoft.com/downloads/e...5-b386f32c0992
current version is 4
.net framework is rich application ,you can built many application like as console base ,window base and web based.thank
The .NET frame works is Microsofts Code Libraries. So if an application is written in .NET, then you need the .NET framework for your computer to understand how to execute it. Every language requires tools to be installed to execute code. PHP, Python, etc. .NET is no different.
you will get better idea by visiting
.NET Framework - Wikipedia, the free encyclopedia
The .NET Framework is an "API", Class Library, and Runtime for Windows programming. It mostly encapsulates the native win32 API, makes programming much easier, and adds lots and lots of features.
Most Windows apps are now build using C# and .NET Framework.
The .NET Framework is a software technology that is available with several Microsoft Windows operating systems.The .net library was written and offered for free by Microsoft to allow common functionality across different technologies. It includes a large library of pre-coded solutions to common programming problems and a virtual machine that manages the execution of programs written specifically for the framework. The .NET Framework is a key Microsoft offering and is intended to be used by most new applications created for the Windows platform.
the thing is that the program that you are trying to install was made using .net so you have to have it for that software to work. .Net is an application development framework for making rich windows applications. It also has a subset asp.net which is used to create websites. And to make .net application you have to use visual studio.net 2005 or later versions![]()
Download what?? You can download .net framework from microsoft. When you run any application which was made using .net it will automatically download .net framework while installing.
And if you are referring to visual studio. You can download that too from microsoft website..
Goto here:Microsoft Corporation: Software, Smartphones, Online, Games, Cloud Computing, IT Business Technology, Downloads and download framework its freeOriginally Posted by http://en.wikipedia.org/wiki/.NET_Framework
![]()
Last edited by Mittineague; Jul 28, 2011 at 00:25. Reason: attribution
Bookmarks