Runtime Error -2147319779 (8002801d)

Lhoyd Henry 5 Reputation points
2024-12-17T16:02:44.98+00:00

Anyone can shed light on the issue I'm having.

I have a software Wine software Backoffice, and it was installed on the majority of the computers it mainly runs using MS Access and consists of different modules. One of the modules is starting to not work on some of the computers.

I tried reinstalling the office but still had the same error message

I recreated a test program and mimicked the codes of the disabled module. Run the test on the working machine the test was successful, tried to run it on the computer which has an issue with the software, and it gave me an error message.

Error in Back Office

'Runtime Error -2147319779 (8002801d)

Method currentDb' of object'_Application failed

I tried to uninstall and remove all security, but I did get the same error message. I'm thinking that someone is blocking the app from working I just can't figure out which one.

Is there a way to check which one is interfering? Any possible suggestions that I can check to the system?

Thank you,

Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Windows for business | Windows Client for IT Pros | User experience | Other
{count} vote

1 answer

Sort by: Most helpful
  1. Stefan 0 Reputation points
    2025-01-27T09:39:19.09+00:00

    See https://learn.microsoft.com/en-us/office/troubleshoot/access/running-wizard-error-loading-dll#let-me-fix-it-myself

    As described there C2R fixes itself, might be correct in the past, currently that's not working.

    On one machine

    HKEY_CLASSES_ROOT\TypeLib\{00025E01-0000-0000-C000-000000000046}\5.0\0\win32
    

    was missing.

    We made also sure that

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun\REGISTRY\MACHINE\SOFTWARE\Classes\TypeLib\{4AC9E1DA-5BAD-4AC7-86E3-24F4CDCECA28}\c.0\0\win32
    

    and

    HKEY_CLASSES_ROOT\TypeLib\{4AC9E1DA-5BAD-4AC7-86E3-24F4CDCECA28}\c.0\0\win32
    
    

    points to C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE16\ACEDAO.DLL on a x86 System, on x64 see documentation.

    BTW: The documentation is currently wrong as it tells you to look in sub path e.g. "15.0/ClickToRun" but this does not exist. But a parallel folder without the "15.0" is correct.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.