Thomas 2019 年 12 月 8 日 上午 10:05
Game says I need to install .net framework. But I already have that on my computer?
My game told me I needed to install .netframework or I couldn't play. It wouldn't download from the launcher so I went to the website to download it and it told me it was already downloaded and up to date.
< >
目前顯示第 1-15 則留言,共 19
emoticorpse 2019 年 12 月 8 日 上午 10:10 
What version is installed?. How do you know it's installed?.
Thomas 2019 年 12 月 8 日 上午 10:11 
引用自 emoticorpse
What version is installed?. How do you know it's installed?.
I went to the site to download the newest (like 4.8 or something) and it told me it couldn't install because version 4.8 or newer was already on my computer. Please note that I am terrible with tech and have very little clue what I'm doing.
emoticorpse 2019 年 12 月 8 日 上午 10:14 
引用自 Thomas
引用自 emoticorpse
What version is installed?. How do you know it's installed?.
I went to the site to download the newest (like 4.8 or something) and it told me it couldn't install because version 4.8 or newer was already on my computer. Please note that I am terrible with tech and have very little clue what I'm doing.

Maybe you can try enabling 3.5 and see if that helps. Try and follow the directions on this page https://docs.microsoft.com/en-us/dotnet/framework/install/dotnet-35-windows-10. It's not too hard.
Thomas 2019 年 12 月 8 日 上午 10:17 
引用自 emoticorpse
引用自 Thomas
I went to the site to download the newest (like 4.8 or something) and it told me it couldn't install because version 4.8 or newer was already on my computer. Please note that I am terrible with tech and have very little clue what I'm doing.

Maybe you can try enabling 3.5 and see if that helps. Try and follow the directions on this page https://docs.microsoft.com/en-us/dotnet/framework/install/dotnet-35-windows-10. It's not too hard.
ahhh ok, I tried that, I had 4.8 enabled and when I say enable 3.5 as well it goes to a screen that says, searching for required files. This same screen came up from the game launcher. I left it for like 55 minutes earlier and when I came back it was still searching for selected files.
emoticorpse 2019 年 12 月 8 日 上午 10:18 
引用自 Thomas
引用自 emoticorpse

Maybe you can try enabling 3.5 and see if that helps. Try and follow the directions on this page https://docs.microsoft.com/en-us/dotnet/framework/install/dotnet-35-windows-10. It's not too hard.
ahhh ok, I tried that, I had 4.8 enabled and when I say enable 3.5 as well it goes to a screen that says, searching for required files. This same screen came up from the game launcher. I left it for like 55 minutes earlier and when I came back it was still searching for selected files.

have you tried this link? https://www.microsoft.com/en-us/download/details.aspx?id=25150.
Bad 💀 Motha 2019 年 12 月 8 日 上午 10:19 
Depends what the game is asking for... 2.xx, 3.xx, 4.xx

Directions?

Just go into control panel, Programs and features, turn windows features on/off and add all the NET and ASP Frameworks
Thomas 2019 年 12 月 8 日 上午 10:21 
引用自 Thomas
引用自 emoticorpse

have you tried this link? https://www.microsoft.com/en-us/download/details.aspx?id=25150.
Yea it came up with the same, searching for required files screen, that never finishes searching.
Bad 💀 Motha 2019 年 12 月 8 日 上午 10:21 
引用自 emoticorpse
引用自 Thomas
ahhh ok, I tried that, I had 4.8 enabled and when I say enable 3.5 as well it goes to a screen that says, searching for required files. This same screen came up from the game launcher. I left it for like 55 minutes earlier and when I came back it was still searching for selected files.

have you tried this link? https://www.microsoft.com/en-us/download/details.aspx?id=25150.
You can't use NET installers for Win10. Cause it has a secure option built in for adding/removing them.

If you still have issues. Remove all NET/ASP Frameworks from Turn Windows Features on/off. When all of those are unticked, click ok. Reboot. Then add them all back again.
最後修改者:Bad 💀 Motha; 2019 年 12 月 8 日 上午 10:22
Thomas 2019 年 12 月 8 日 上午 10:24 
引用自 Bad 💀 Motha
引用自 emoticorpse

have you tried this link? https://www.microsoft.com/en-us/download/details.aspx?id=25150.
You can't use NET installers for Win10. Cause it has a secure option built in for adding/removing them.

If you still have issues. Remove all NET/ASP Frameworks from Turn Windows Features on/off. When all of those are unticked, click ok. Reboot. Then add them all back again.
It won't even let me untick them without sending me the same, seraching for required files screen
Bad 💀 Motha 2019 年 12 月 8 日 上午 10:28 
Are you using the ShutUp10 app at all?
Thomas 2019 年 12 月 8 日 上午 10:34 
引用自 Bad 💀 Motha
Are you using the ShutUp10 app at all?
I've not downloaded anything other than games since I've had the computer
Bad 💀 Motha 2019 年 12 月 8 日 上午 10:35 
Well your OS should get a clean install via a clean Win10 64bit 1909 ISO. It's all screwed up.
Komrade 2019 年 12 月 8 日 上午 10:35 
引用自 Thomas
引用自 Bad 💀 Motha
Are you using the ShutUp10 app at all?
I've not downloaded anything other than games since I've had the computer
You should install all your drivers first. They'll be found on your motherboard's website, for GPU drivers use DDU in safe mode to uninstall old drivers, disable windows ability to handle drivers, then manually clean install them from Nvidia/AMD.
Komrade 2019 年 12 月 8 日 上午 10:35 
引用自 Bad 💀 Motha
Well your OS should get a clean install via a clean Win10 64bit 1909 ISO. It's all screwed up.
This too.
emoticorpse 2019 年 12 月 8 日 上午 10:36 
Try this...

Run CMD as admin and copy/paste:

taskkill /im TiWorker.exe /f
net stop wuauserv /y
rmdir "%systemroot%\SoftwareDistribution\Download" /s /q
del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat" /s /f /q
cleanmgr /sageset:65535 & cleanmgr /sagerun:65535
​Dism /Online /Enable-Feature /FeatureName:NetFx3 /All
< >
目前顯示第 1-15 則留言,共 19
每頁顯示: 1530 50

張貼日期: 2019 年 12 月 8 日 上午 10:05
回覆: 19