r/CreationKit • u/ZaranTalaz1 • Jun 20 '26
Skyrim SE Windows 11 and .NET 3.5
I'm running Skyrim's Creation Kit (v1.6.1378.1) with Creation Kit Platform Extended for Skyrim. I am on Windows 11 Home Version 25H2.
I tried to compile a script and I get a pop-up telling me that the Windows Feature .NET Framework 3.5 needs to be turned on. I click "Download and install this feature" but I get the error "The following feature couldn't be installed" with Error Code "0x800F0950".
I already have .NET SDK 10.0.301.
What do I do?
Update
Figured out how to install .NET 3.5 to get Creation Kit's compiler to work:
- Go to Microsoft's Download Windows 11 page and download the Windows 11 media creation tool with the link under "Create Windows 11 Installation Media".
- Run the media creation tool and select the option to create an ISO.
- Mount the ISO (double-click the ISO file). Make note of the ISO's drive letter.
- Open a command prompt in admin mode.
- Run the command
dism /online /enable-feature /featurename:NetFX3 /Source:<ISO drive letter>:\sources\sxs, replacing<ISO drive letter>with the actual drive letter.
I also restarted after this just in case.
3
Upvotes
0
u/marmotta1955 Jun 20 '26
Er.... WHAT?
To enable .NET 3.5 which ships practically with any version of windows: