https://bugs.documentfoundation.org/show_bug.cgi?id=94460

APS <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
            Version|5.0.0.5 release             |5.0.4.2 rc
         Resolution|---                         |DUPLICATE

--- Comment #6 from APS <[email protected]> ---
I can confirm that the bug is present on version Fresh 5.0.4.2 Fresh and that
this is a duplicate of
https://bugs.documentfoundation.org//show_bug.cgi?id=94265

I've found a workaround adding C:\Program Files (x86)\LibreOffice 5\program to
PATH environment variable or by setting it via code in this way

Environment.SetEnvironmentVariable("PATH",
Environment.GetEnvironmentVariable("PATH") + @";" + unoPath,
EnvironmentVariableTarget.Process);


Ref:
http://stackoverflow.com/questions/31856025/bootstrap-uno-api-libreoffice-exception

P.S.: UNO_PATH variable seems useless.

*** This bug has been marked as a duplicate of bug 94265 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to