简体   繁体   中英

.Net Framework Installation

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:

Of course you need the have the .net framework installed - your program depends on it. Same for the Sql server.

Yes--if you developed with .NET 2.0 (presumably Visual Studio 2005 or higher), then the code you made cannot run without a local installation of the .NET Framework.

Fortunately, if you're creating the application setup with Visual Studio, you can easily add the required .NETfx installation to your setup file by clicking the right prerequisite checkbox .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM