https://bugs.documentfoundation.org/show_bug.cgi?id=94265
APS <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|5.0.1.2 release |5.0.4.2 rc --- Comment #5 from APS <[email protected]> --- I can confirm that the bug is still present on version Fresh 5.0.4.2 Fresh 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 environment variable seems useless. Just to add some detail the problem can be easily reproduced creating a new VB.NET or C# project, referencing cli_uno libraries and issuing the following command uno.util.Bootstrap.bootstrap(); -- 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
