• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

NET Framework 4

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.
When i installed windows, and dont have framework installed, and then install GPU driver, all i see i crash errors, so i tend to install it, since those errors annoy me.
 
Last edited:
The .NET Framework provides a comprehensive and consistent programming model for building applications that have visually stunning user experiences and seamless and secure communication.

So because programmers use NET Framework, it would follow that later programs would utilize a later NET Framework.
 
Useful Tip: When updating .NET Framework through Windows update, before making a Windows partition drive image, (so in case if you just updated .NET Framework) then force the installed items to be compiled:

Use DOS to get to the location of ngen.exe
and execute
NGEN queue status
NGEN executequeueditems




I made these two .bat files to double click on them every time and make it easy:

64-Bit starts here:

%SYSTEMDRIVE%
cd %WINDIR%\Microsoft.NET\Framework64\v2.0.50727
NGEN queue status
NGEN executequeueditems



and 32-Bit starts here:

%SYSTEMDRIVE%
cd %WINDIR%\Microsoft.NET\Framework\v2.0.50727
NGEN queue status
NGEN executequeueditems
 
Back