Hello
chriscancilla,
The cause you are receiving the
"No mapping between account names and security IDs was done" is either because you now have an orphaned user account. It occurs when you remove or rename your old user name, which is still used by the system, as each user name has unique Security Identifiers, or it might be due to a corrupted user profile.
To resolve this, you may need to fix the corrupted user profile, create a new admin account, and copy all the data from the corrupted user account.
You must follow the steps below to
troubleshoot the issue,
Edit Group Policy:
- Firstly, click the Windows Start button, type "group policy ." and click Edit Group Policy.
- Then, navigate to Computer Configuration > Administrative Templates > System.
- Now, double-click the option "Specify settings for optional component installation and component repair."
- Next, select the Enabled button, and select the checkbox for "Download repair content and optional features directly from Windows Update instead of Windows Server Update Services (WSUS)."
- Then, click the OK button.
- Now, click the Windows Start button, then type "windows features." and click Turn Windows features on or off.
- Next, select the .NET Framework 3.5 checkbox, then click the OK button.
- Lastly, rerun the application with Admin rights once .Net Framework 3.5 is installed and turned on.
Edit the registry:
In some cases, the above group policy approach may not be an option. Thus, try to edit the registry and check if the issue persists,
- Firstly, click the Windows Start button, then type "regedit." In the results, click the Registry Editor.
- Then, navigate to the below path,
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
- Next, double-click the UseWUServer key in the right pane and set its Data field value to "0".
Note: If the UseWUServer key does not exist, right-click in the right pane and create a new String Value,
renaming the new entry to "
UseWUServer."
- Then double-click the key and update the Data value to "0".
- Lastly, close the Registry Editor and restart the workstation.
Verify .NET Framework 3.5 SP1 is installed:
- Firstly, click the Start button, navigate to Administrative Tools, and select Server Manager.
- Now, click Features to display all the installed Features and verify that .NET Framework 3.5.1 is listed.
Note: If the .NET Framework 3.5.1 feature is not listed, install via Server Manager Interface.
Thus, I hope the ways mentioned above help you to fix the
".NET Framework 3.5 (includes .NET 2.0 and 3.0) -
No mapping between account names and security IDs was done" error.
-------------------------
Regards,
tejtherh4