Options

Could not load file or assembly Microsoft.Office.Interop.Outlook

jorisvejorisve Member Posts: 3
When trying to send invoices via email on a new computer, the following error is thrown:
A call to Microsoft.Dynamics.Nav.Integration.Office.Outlook.IOutlookMessage.CanInitializeOutlook failed with the following message: Could not load file or assembly Microsoft.Office.Interop.Outlook, version=15.0.0.0,Culture=neutral.PublicKeyToken=71e9bce111e9429c of one of its dependancies. Acces denied.
When NAV is running as admin, the error is not shown and the invoice can be send using Outlook without issues.

What could be the issue here?

Best Answer

  • Options
    jorisvejorisve Member Posts: 3
    Answer ✓
    I was able to resolve the issue in the meantime. The issue was not with the dll mentioned in the error message. The issue was with the dll called: office.dll
    The user had no read/execute rights on this assembly.
    After adding the rights for the user, the issue was resolved.

Answers

  • Options
    SanderDkSanderDk Member Posts: 497
    Try removing Office pack and NAV, then Install Office pack and lastly install NAV Client
    For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
  • Options
    jorisvejorisve Member Posts: 3
    Answer ✓
    I was able to resolve the issue in the meantime. The issue was not with the dll mentioned in the error message. The issue was with the dll called: office.dll
    The user had no read/execute rights on this assembly.
    After adding the rights for the user, the issue was resolved.
Sign In or Register to comment.