When you develop an application in Visual Studio with C# and WPF, is it always necessary to install the .Net Framework on the client computer?
The installation of .Net takes more than 5 minutes in the best of cases. I don't understand if I want to install my application on a W7, why do I have to spend 5 minutes installing .Net since no other application has forced me to install it before.
Is there a way to use an application developed in C# with WPF that does not need .Net to work? (Or that needs a lighter version since it is not for developers).
Hello jooooooooota,
Net Framework
it is necessary to run all the applications developed in.Net
, when you sayya que ninguna aplicación de otros antes me ha obligado a instalarlo
that the applications you have installed are developed with a Framework that is already installed in the Operating System. If you use the latest versions ofNet Framework
always it will ask you to install it, if it is not, to be able to run those applications.The solution to your problems would be to use a version of
Net Framework
compatible with the operating systems that you are going to install, you can consult the compatibilities here .I hope it has been helpful for you.
If you want to run .NET applications on Windows 7, it will be necessary for the computer to have the version of the .NET Framework that the application uses installed.
If you want to avoid having to install the Framework, the easiest option is to develop the application with version 3.5 of the Framework, which is already included with the Windows 7 operating system.
Yes friend
El .Net Framework
version XXX is necessary to install unless you already have it on your computer. since in the Framework there are libraries that your program calls and uses. and if the computer where you are going to install it does not have it, it would present problems, well windows to avoid this, forces you to download the necessary framework. that's why when developing you choose which version of it you want