Silentviper
Members
-
Joined
-
Last visited
Solutions
-
Silentviper's post in Error upon launch was marked as the answerit seems the application isn't using the net framework properly which could be the application side if it's going in & out or I am way out of the ballpark when googling around about the Win32Exception (0x80004005)
1. What versions of Microsoft .NET Framework is installed
Microsoft .NET Framework 4.6 should be installed and 3.5 comes default with windows 10
My suggestion is to uninstall all existing .NET Frameworks from the system, including uninstalling .NET Framework 3.5 from Windows Features.
Steps are:
Press Windows key + R
Type: optionalfeatures.exe
Hit enter
Uncheck .NET Framework 3.5 (includes .NET 2.0 and 3.0) checkbox and any other windows net framework, select OK, and reboot your computer if prompted.
(this is what net frameworks I have installed atm on windows 10)
Once rebooted make sure .NET Framework 3.5 is installed first.
Press Windows key + R
type: optionalfeatures.exe
Hit enter
Select the .NET Framework 3.5 (includes .NET 2.0 and 3.0) check box, select OK, and reboot your computer if prompted.
Then install .NET Framework 4.6 (Web Installer)
If it is still having problems after that, then try NET Framework Repair Tool.
If issue still exists let me know ill try to help further anyway I can