Tag: .NET 3.5
-
Installing .NET 3.5 service pack 1 along with application setup
Many of us would have been creating setups for applications either using WinForms or WPF and other such, but we really ignore the fact that users might not have all the prerequisites that our application requires to work. Possibilities for that might be one or more as below: User do have .NET framework even installed.…