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

Antonio Calvo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|5.0.1.2 release             |5.4.4.2 release

--- Comment #36 from Antonio Calvo <[email protected]> ---

LibreOffice 5.4.4.2 is installed on a PC with no other LibreOffice versions.
I use VB.NET 2015 and Framework 4.5.2.


Error:

Excepción producida: 'System.Runtime.InteropServices.SEHException' en
cli_cppuhelper.dll

workaround:

Setting environment variable a sugested by APS (2016-01-13 14:57:56 UTC) fixed
the problem.

  Dim unoPath As String = "C:\Program Files\LibreOffice 5\program"
Environment.SetEnvironmentVariable("PATH",
Environment.GetEnvironmentVariable("PATH") + ";" + unoPath,
                                       EnvironmentVariableTarget.Process)

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

Reply via email to