The 4.0 version of the .Net Framework, released by Microsoft. See the .Net tag for more information.
Questions tagged [.net-4.0]
31 questions
9
votes
1 answer
Where is .NET Framework 4.5 directory located?
I installed .NET Framework 4.5 on Windows 7 Enterprise SP1 64 bit. When I looked in C:\Windows\Microsoft.NET\Framework (Framework64) directory, I did not see any directory containing files of .NET Framework 4.5, just…
Evgeni Nabokov
- 221
5
votes
1 answer
Does .NET 4.6.1 make .NET 4.0 redundant?
I have a app targeted at .NET 4.0.30319. Windows Update however only gives me the options to install 4.5.2 or 4.6.1 on my clients. Will the app run with .NET 4.6.1 or 4.5.2 installed? Or do I need to install .NET 4.0.30319 manually?
Urangurban
- 61
4
votes
2 answers
New Windows 7 PC, do I have to add .NET 1.1, 2.0, 3.0, and 3.5, or can I just add 4.0?
I just bought a Windows 7 PC today. I need .NET 4.0 installed, first thing.
Do I have to go through the progressions -- add .NET 1.1, install the Windows updates. Add .NET 2.0, install the Windows updates. 3.0, 3.5, etc. etc, until I get to .net…
Jason Weber
- 185
4
votes
1 answer
How to get out of .NET version hell?
I am running Windows 10 Pro (Version 1809. OS Build 17763.437) and installed .NET 4.8 and afterwards learned that ILMergeGUI would not work with it. So I uninstalled 4.8 using “Uninstall Programs and Features,” and rebooted.
Now 4.7.1 is gone too,…
Tim
- 976
3
votes
2 answers
How do you install .net4 on a Server 2008 r2 machine through psremoting in powershell?
I need to write a script that installs .net 4 remotely using powershell to a group of Server 2008 R2 machines. I based my script off of…
Jake
- 31
2
votes
1 answer
Net Framework 4.5 causes a program to crash
Sony Vegas is crashing the moment I press render regardless the format chosen on a freshly installed Windows 8.1.
Error:
Problem signature:
Problem Event Name: APPCRASH
Application Name: vegas130.exe
Application Version: 13.0.0.428
…
Gabriel
- 3,020
2
votes
1 answer
Windows Clients using a cached copy of .Net 4.0 exe located on a network share drive
We have a .Net 4.0 executable (MyProg.exe) and associated dlls that are deployed on a network share using XCopy. MyProg.exe and its dlls are all unsigned.
We have them installed on the network share so multiple users can use the same version of…
Kishore A
- 141
- 1
- 6
2
votes
3 answers
Can't install .NET framework 4.0 on Windows XP professional version 2002 SP3 (OS bug?)
.NET framework 4.0 install fails on Windows XP professional version 2002 SP3:
I tried to run setup using "run as..." to make sure the admin rights are used ("protect my computer..." tick was deselected of course).
I tried everything: installing…
ctrl
- 21
- 1
- 1
- 3
2
votes
1 answer
Silent install of .NET 4.0 on Windows Embedded Standard 7
I want to perform a silent install of the .NET 4.0 framework on a Windows Embedded Standard 7 installation. This means I want to use the Image Configuration Editor (ICE) to perform this. I already downladed the templates to solve all the…
yvesonline
- 121
2
votes
1 answer
After installing KB2656351 and KB2600217 and restarting, Windows Update prompts me to download those updates again
Resulting in an endless loop. What can I do?
This happened after I installed .net 4 framework for github.
Running win7 64bit
Wuschelbeutel Kartoffelhuhn
- 1,546
- 9
- 32
- 48
1
vote
2 answers
What happens when .NET isn't installed?
I know the .NET runtime is required to run .NET apps. I know that on Windows 8, the OS will detect that it needs a specific version and install it before the app runs, but what happens on Windows 7?
Will the app just crash with no good explanation,…
Owen Johnson
- 113
1
vote
1 answer
Is it safe to delete the directory left over from a .NET install?
I might have misapprehended the situation. If so, please edit the question title.
At some point a directory called f83db84ff30a71d92e has been left in my C:\ folder. It contains a bunch of directories whose names are numbers between 1000 and 3000, a…
Hubro
- 6,016
1
vote
1 answer
Attempting to install .NET framework 4 *full* installs *client* instead
On a Win7 SP1 32-bit machine, I initially had .NET 4 client installed and wanted to upgrade to .NET 4 full.
I downloaded the full installer dotNetFx40_Full_x86_x64.exe from Microsoft. After download the file showed 48.11MB, the correct size for the…
Michael Sorens
- 865
1
vote
1 answer
Can I install both .net 2.0 framework and .net 4.0 framework in a PC?
Can I install both .net 2.0 framework and .net 4.0 framework in one PC ?
Now Microsoft Visual Web Developer 2010 Express has been installed in my PC, but when I run older asp.net project , the system require to install .net 2.0 framework. I'm…
Paul
- 71
1
vote
2 answers
Apps on Win 10 workstations suddenly saying .net v4.0.30319 needs to be installed
We have several machines running windows 10 which have suddenly started displaying errors when opening dotnet apps which previously worked. Amongst these is MSTeams but several apps on the same machines have all stopped working at the same time, so…
Ian
- 219