No module Published on Offcanvas position

Word could not create the work file. check the temp environment variable error

The reason this happens is because of the preview pane that users use.
You have two options to fix this.

  1. Make people stop using the preview pane (good luck with that)
  2. Install the x64 version of Office
  3. Implement the fix below

This only happens if you have a 32-bit version of Word installed on a 64 bit Windows OS. The preview pane tries to call a handler that's not made for these versions of Windows.

The fix is rather easy and requires you to delete some registry keys, you can do this by hand or automate it by GPO or scripting. That's up to you.

  1. Open Registry Editor
  2. Navigate to HKEY_CLASSES_ROOT\CLSID
  3. Find the following keys and delete them completely
    • {84F66100-FF7C-4fb4-B0C0-02CD7FB668FE}
    • {65235197-874B-4A07-BDC5-E65EA825B718}
    • {00020827-0000-0000-C000-000000000046}
  4. Tell the user to logoff and log back in to see if it solved the problem