Technology Microsoft Software & solutions

How to Fix Dll Issues

    • 1). Go to your Start menu and click "Run."

    • 2). Type "cmd" in the box and click "OK."

    • 3). Write "regsvr32 /u file," replacing "file" with the entire path and file name of the DLL you want to fix issues with. This unregisters the DLL if it was registered before. Perhaps an old version got registered and you upgraded.

    • 4). Write "regsvr32 file," again replacing "file" with the full path and file name. This re-registers (or registers for the first time) any DLL that has an entry point.



Leave a reply