maybe just needed to delete the Roaming dll's; I used to have all kinds of issues with dll's in earlier versions of Windows.
Here's what Google AI says about them-
AI Overview
Learn more
A DLL (Dynamic Link Library) file in your Roaming folder (typically located in C:\Users\[YourUsername]\AppData\Roaming) is a shared library file that contains code and data used by applications to perform specific tasks. These DLLs are often associated with user-specific settings and preferences, rather than being system-wide files like those found in the System32 folder.
In essence, DLLs in the Roaming folder are used by applications to store and access configuration data, settings, or other application-specific information related to a particular user's profile.
Here's a breakdown:
- DLLs are reusable components:
They contain code and resources that can be shared by multiple programs, promoting efficiency and reducing disk space usage.
- Roaming folder context:
The Roaming folder is a special directory in your user profile that is intended to store user-specific data that can be synchronized across different devices.
- Application-specific settings:
DLLs in the Roaming folder are typically used by applications to store user preferences, settings, or other configuration data that is specific to that application and user.
- Synchronization:
When you log into a different computer, your Roaming folder is typically synchronized, allowing your applications to access your saved settings and preferences.