I had developed an application using .NET 2.0 and database as Sql Server 2005. When I installed my application in another PC, it asks for “.NET framework required”.
Is it important to have .NET Framework or else without .NET Framework shall we install ?
The .NET framework is a necessary pre-requisite on client machines wishing to run any software written for any version of the .NET framework before 4.0. With 4.0, you can also potentially opt to deploy the client profile instead of the whole framework.
The downloads are here: